#195E8E

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

Shades of Endeavour #195E8E

Tints of Endeavour #195E8E

Color information

#195E8E (or 0x195E8E) is unknown color: approx Endeavour. HEX triplet: 19, 5E and 8E. RGB value is (25,94,142). Sum of RGB (Red+Green+Blue) = 25+94+142=261 (34% of max value = 765). Red value is 25 (10.16% from 255 or 9.58% from 261); Green value is 94 (37.11% from 255 or 36.02% from 261); Blue value is 142 (55.86% from 255 or 54.41% from 261); Max value from RGB is 142 - color contains mainly: blue. Hex color #195E8E is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #195E8E is #E6A171. Grayscale: #4E4E4E. Windows color (decimal): -15114610 or 9330201. OLE color: 9330201.

HSL color Cylindrical-coordinate representation of color #195E8E: hue angle of 204.62º degrees, saturation: 0.7, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #195E8E is Cyan = 0.82, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB2594142-
CMYK0.820.3400.44
HSL204.62º70.06%32.75%-
HSV(B)204.62º82.39%55.69%-
XYZ9.2910.1727.06-
YUV78.84163.6489.6-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 9.58%
GREEN value IS 94 (37.11% from 255) = 36.02%
BLUE value IS 142 (55.86% from 255) = 54.41%
R=9.58%
G=36.02%
B=54.41%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal25941420.820.3400.44204.6270.0632.75
Hex195E8E522202Ccd4621
Octal311362161224205431510641
Binary1100110111101000111010100101000100101100110011011000110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #195E8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(25,94,142); }

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

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

 a { background-color: rgb(25,94,142); }

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

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

 span { border-color: rgb(25,94,142); }

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