#195C9C

Color #195C9C Endeavour (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Endeavour #195C9C

Tints of Endeavour #195C9C

Color information

#195C9C (or 0x195C9C) is unknown color: approx Endeavour. HEX triplet: 19, 5C and 9C. RGB value is (25,92,156). Sum of RGB (Red+Green+Blue) = 25+92+156=273 (36% of max value = 765). Red value is 25 (10.16% from 255 or 9.16% from 273); Green value is 92 (36.33% from 255 or 33.70% from 273); Blue value is 156 (61.33% from 255 or 57.14% from 273); Max value from RGB is 156 - color contains mainly: blue. Hex color #195C9C is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #195C9C is #E6A363. Grayscale: #4E4E4E. Windows color (decimal): -15115108 or 10247193. OLE color: 10247193.

HSL color Cylindrical-coordinate representation of color #195C9C: hue angle of 209.31º degrees, saturation: 0.72, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #195C9C is Cyan = 0.84, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB2592156-
CMYK0.840.4100.39
HSL209.31º72.38%35.49%-
HSV(B)209.31º83.97%61.18%-
XYZ10.2310.2632.89-
YUV79.26171.389.3-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 25 (10.16% from 255) = 9.16%
GREEN value IS 92 (36.33% from 255) = 33.70%
BLUE value IS 156 (61.33% from 255) = 57.14%
R=9.16%
G=33.70%
B=57.14%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal25921560.840.4100.39209.3172.3835.49
Hex195C9C5429027d14823
Octal311342341245104732111043
Binary1100110111001001110010101001010010100111110100011001000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #195C9C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #195C9C; }

 p { color: rgb(25,92,156); }

 H1.HeaderClassName
 {
   color: #195C9C;
 }
 .AnyTagClassName
 {
   color: #195C9C;
 }
</style>
background-color css

<style>
 a { background-color: #195C9C; }

 a { background-color: rgb(25,92,156); }

 div.DivClassName
 {
   background-color: #195C9C;
 }
 .BgClassName
 {
   background-color: #195C9C;
 }
</style>
border-color css

<style>
 span { border-color: #195C9C; }

 span { border-color: rgb(25,92,156); }

 td.TdClassName
 {
   border-color: #195C9C;
 }
 .TagClassName
 {
   border-color: #195C9C;
 }
</style>