#195D8E

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

Shades of Endeavour #195D8E

Tints of Endeavour #195D8E

Color information

#195D8E (or 0x195D8E) is unknown color: approx Endeavour. HEX triplet: 19, 5D and 8E. RGB value is (25,93,142). Sum of RGB (Red+Green+Blue) = 25+93+142=260 (34% of max value = 765). Red value is 25 (10.16% from 255 or 9.62% from 260); Green value is 93 (36.72% from 255 or 35.77% from 260); Blue value is 142 (55.86% from 255 or 54.62% from 260); Max value from RGB is 142 - color contains mainly: blue. Hex color #195D8E is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #195D8E is #E6A271. Grayscale: #4D4D4D. Windows color (decimal): -15114866 or 9329945. OLE color: 9329945.

HSL color Cylindrical-coordinate representation of color #195D8E: hue angle of 205.13º 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 #195D8E is Cyan = 0.82, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB2593142-
CMYK0.820.3500.44
HSL205.13º70.06%32.75%-
HSV(B)205.13º82.39%55.69%-
XYZ9.29.9927.03-
YUV78.25163.9790.02-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 9.62%
GREEN value IS 93 (36.72% from 255) = 35.77%
BLUE value IS 142 (55.86% from 255) = 54.62%
R=9.62%
G=35.77%
B=54.62%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal25931420.820.3500.44205.1370.0632.75
Hex195D8E522302Ccd4621
Octal311352161224305431510641
Binary1100110111011000111010100101000110101100110011011000110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #195D8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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