#125694

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

Shades of Endeavour #125694

Tints of Endeavour #125694

Color information

#125694 (or 0x125694) is unknown color: approx Endeavour. HEX triplet: 12, 56 and 94. RGB value is (18,86,148). Sum of RGB (Red+Green+Blue) = 18+86+148=252 (33% of max value = 765). Red value is 18 (7.42% from 255 or 7.14% from 252); Green value is 86 (33.98% from 255 or 34.13% from 252); Blue value is 148 (58.20% from 255 or 58.73% from 252); Max value from RGB is 148 - color contains mainly: blue. Hex color #125694 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #125694 is #EDA96B. Grayscale: #484848. Windows color (decimal): -15575404 or 9721362. OLE color: 9721362.

HSL color Cylindrical-coordinate representation of color #125694: hue angle of 208.62º 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 #125694 is Cyan = 0.88, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB1886148-
CMYK0.880.4200.42
HSL208.62º78.31%32.55%-
HSV(B)208.62º87.84%58.04%-
XYZ8.928.9229.27-
YUV72.74170.4788.96-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 7.14%
GREEN value IS 86 (33.98% from 255) = 34.13%
BLUE value IS 148 (58.20% from 255) = 58.73%
R=7.14%
G=34.13%
B=58.73%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal18861480.880.4200.42208.6278.3132.55
Hex125694582A02Ad14e21
Octal221262241305205232111641
Binary1001010101101001010010110001010100101010110100011001110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #125694

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #125694; }

 p { color: rgb(18,86,148); }

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

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

 a { background-color: rgb(18,86,148); }

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

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

 span { border-color: rgb(18,86,148); }

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