#125595

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

Shades of Endeavour #125595

Tints of Endeavour #125595

Color information

#125595 (or 0x125595) is unknown color: approx Endeavour. HEX triplet: 12, 55 and 95. RGB value is (18,85,149). Sum of RGB (Red+Green+Blue) = 18+85+149=252 (33% of max value = 765). Red value is 18 (7.42% from 255 or 7.14% from 252); Green value is 85 (33.59% from 255 or 33.73% from 252); Blue value is 149 (58.59% from 255 or 59.13% from 252); Max value from RGB is 149 - color contains mainly: blue. Hex color #125595 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #125595 is #EDAA6A. Grayscale: #474747. Windows color (decimal): -15575659 or 9786642. OLE color: 9786642.

HSL color Cylindrical-coordinate representation of color #125595: hue angle of 209.31º degrees, saturation: 0.78, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #125595 is Cyan = 0.88, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB1885149-
CMYK0.880.4300.42
HSL209.31º78.44%32.75%-
HSV(B)209.31º87.92%58.43%-
XYZ8.928.829.66-
YUV72.26171.389.3-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 7.14%
GREEN value IS 85 (33.59% from 255) = 33.73%
BLUE value IS 149 (58.59% from 255) = 59.13%
R=7.14%
G=33.73%
B=59.13%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal18851490.880.4300.42209.3178.4432.75
Hex125595582B02Ad14e21
Octal221252251305305232111641
Binary1001010101011001010110110001010110101010110100011001110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #125595

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #125595; }

 p { color: rgb(18,85,149); }

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

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

 a { background-color: rgb(18,85,149); }

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

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

 span { border-color: rgb(18,85,149); }

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