#195399

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

Shades of Endeavour #195399

Tints of Endeavour #195399

Color information

#195399 (or 0x195399) is unknown color: approx Endeavour. HEX triplet: 19, 53 and 99. RGB value is (25,83,153). Sum of RGB (Red+Green+Blue) = 25+83+153=261 (34% of max value = 765). Red value is 25 (10.16% from 255 or 9.58% from 261); Green value is 83 (32.81% from 255 or 31.80% from 261); Blue value is 153 (60.16% from 255 or 58.62% from 261); Max value from RGB is 153 - color contains mainly: blue. Hex color #195399 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #195399 is #E6AC66. Grayscale: #494949. Windows color (decimal): -15117415 or 10048281. OLE color: 10048281.

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

Color convert

RGB2583153-
CMYK0.840.4600.4
HSL212.81º71.91%34.9%-
HSV(B)212.81º83.66%60%-
XYZ9.248.6931.33-
YUV73.64172.7893.31-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 9.58%
GREEN value IS 83 (32.81% from 255) = 31.80%
BLUE value IS 153 (60.16% from 255) = 58.62%
R=9.58%
G=31.80%
B=58.62%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal25831530.840.4600.4212.8171.9134.9
Hex195399542E028d54823
Octal311232311245605032511043
Binary1100110100111001100110101001011100101000110101011001000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #195399

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #195399; }

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

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

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

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

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

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

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

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