#195196

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

Shades of Endeavour #195196

Tints of Endeavour #195196

Color information

#195196 (or 0x195196) is unknown color: approx Endeavour. HEX triplet: 19, 51 and 96. RGB value is (25,81,150). Sum of RGB (Red+Green+Blue) = 25+81+150=256 (33% of max value = 765). Red value is 25 (10.16% from 255 or 9.77% from 256); Green value is 81 (32.03% from 255 or 31.64% from 256); Blue value is 150 (58.98% from 255 or 58.59% from 256); Max value from RGB is 150 - color contains mainly: blue. Hex color #195196 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #195196 is #E6AE69. Grayscale: #474747. Windows color (decimal): -15117930 or 9851161. OLE color: 9851161.

HSL color Cylindrical-coordinate representation of color #195196: hue angle of 213.12º degrees, saturation: 0.71, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #195196 is Cyan = 0.83, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB2581150-
CMYK0.830.4600.41
HSL213.12º71.43%34.31%-
HSV(B)213.12º83.33%58.82%-
XYZ8.858.2929.99-
YUV72.12171.9594.39-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 9.77%
GREEN value IS 81 (32.03% from 255) = 31.64%
BLUE value IS 150 (58.98% from 255) = 58.59%
R=9.77%
G=31.64%
B=58.59%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal25811500.830.4600.41213.1271.4334.31
Hex195196532E029d54722
Octal311212261235605132510742
Binary1100110100011001011010100111011100101001110101011000111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #195196

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #195196; }

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

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

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

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

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

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

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

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