#195199

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

Shades of Endeavour #195199

Tints of Endeavour #195199

Color information

#195199 (or 0x195199) is unknown color: approx Endeavour. HEX triplet: 19, 51 and 99. RGB value is (25,81,153). Sum of RGB (Red+Green+Blue) = 25+81+153=259 (34% of max value = 765). Red value is 25 (10.16% from 255 or 9.65% from 259); Green value is 81 (32.03% from 255 or 31.27% from 259); Blue value is 153 (60.16% from 255 or 59.07% from 259); Max value from RGB is 153 - color contains mainly: blue. Hex color #195199 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #195199 is #E6AE66. Grayscale: #484848. Windows color (decimal): -15117927 or 10047769. OLE color: 10047769.

HSL color Cylindrical-coordinate representation of color #195199: hue angle of 213.75º 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 #195199 is Cyan = 0.84, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB2581153-
CMYK0.840.4700.4
HSL213.75º71.91%34.9%-
HSV(B)213.75º83.66%60%-
XYZ9.098.3931.28-
YUV72.46173.4594.15-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 9.65%
GREEN value IS 81 (32.03% from 255) = 31.27%
BLUE value IS 153 (60.16% from 255) = 59.07%
R=9.65%
G=31.27%
B=59.07%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal25811530.840.4700.4213.7571.9134.9
Hex195199542F028d64823
Octal311212311245705032611043
Binary1100110100011001100110101001011110101000110101101001000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #195199

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #195199; }

 p { color: rgb(25,81,153); }

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

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

 a { background-color: rgb(25,81,153); }

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

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

 span { border-color: rgb(25,81,153); }

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