#125494

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

Shades of Endeavour #125494

Tints of Endeavour #125494

Color information

#125494 (or 0x125494) is unknown color: approx Endeavour. HEX triplet: 12, 54 and 94. RGB value is (18,84,148). Sum of RGB (Red+Green+Blue) = 18+84+148=250 (33% of max value = 765). Red value is 18 (7.42% from 255 or 7.2% from 250); Green value is 84 (33.20% from 255 or 33.6% from 250); Blue value is 148 (58.20% from 255 or 59.2% from 250); Max value from RGB is 148 - color contains mainly: blue. Hex color #125494 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #125494 is #EDAB6B. Grayscale: #474747. Windows color (decimal): -15575916 or 9720850. OLE color: 9720850.

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

Color convert

RGB1884148-
CMYK0.880.4300.42
HSL209.54º78.31%32.55%-
HSV(B)209.54º87.84%58.04%-
XYZ8.778.6129.22-
YUV71.56171.1389.8-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 7.2%
GREEN value IS 84 (33.20% from 255) = 33.6%
BLUE value IS 148 (58.20% from 255) = 59.2%
R=7.2%
G=33.6%
B=59.2%

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
Decimal18841480.880.4300.42209.5478.3132.55
Hex125494582B02Ad24e21
Octal221242241305305232211641
Binary1001010101001001010010110001010110101010110100101001110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #125494

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #125494; }

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

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

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

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

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

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

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

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