#195C98

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

Shades of Endeavour #195C98

Tints of Endeavour #195C98

Color information

#195C98 (or 0x195C98) is unknown color: approx Endeavour. HEX triplet: 19, 5C and 98. RGB value is (25,92,152). Sum of RGB (Red+Green+Blue) = 25+92+152=269 (35% of max value = 765). Red value is 25 (10.16% from 255 or 9.29% from 269); Green value is 92 (36.33% from 255 or 34.20% from 269); Blue value is 152 (59.77% from 255 or 56.51% from 269); Max value from RGB is 152 - color contains mainly: blue. Hex color #195C98 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #195C98 is #E6A367. Grayscale: #4E4E4E. Windows color (decimal): -15115112 or 9985049. OLE color: 9985049.

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

Color convert

RGB2592152-
CMYK0.840.3900.40
HSL208.35º71.75%34.71%-
HSV(B)208.35º83.55%59.61%-
XYZ9.910.1331.14-
YUV78.81169.389.62-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 9.29%
GREEN value IS 92 (36.33% from 255) = 34.20%
BLUE value IS 152 (59.77% from 255) = 56.51%
R=9.29%
G=34.20%
B=56.51%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal25921520.840.3900.40208.3571.7534.71
Hex195C985427028d04823
Octal311342301244705032011043
Binary1100110111001001100010101001001110101000110100001001000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #195C98

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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