#125490

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

Shades of Endeavour #125490

Tints of Endeavour #125490

Color information

#125490 (or 0x125490) is unknown color: approx Endeavour. HEX triplet: 12, 54 and 90. RGB value is (18,84,144). Sum of RGB (Red+Green+Blue) = 18+84+144=246 (32% of max value = 765). Red value is 18 (7.42% from 255 or 7.32% from 246); Green value is 84 (33.20% from 255 or 34.15% from 246); Blue value is 144 (56.64% from 255 or 58.54% from 246); Max value from RGB is 144 - color contains mainly: blue. Hex color #125490 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #125490 is #EDAB6F. Grayscale: #464646. Windows color (decimal): -15575920 or 9458706. OLE color: 9458706.

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

Color convert

RGB1884144-
CMYK0.880.4200.44
HSL208.57º77.78%31.76%-
HSV(B)208.57º87.5%56.47%-
XYZ8.458.4827.58-
YUV71.11169.1390.12-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 7.32%
GREEN value IS 84 (33.20% from 255) = 34.15%
BLUE value IS 144 (56.64% from 255) = 58.54%
R=7.32%
G=34.15%
B=58.54%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal18841440.880.4200.44208.5777.7831.76
Hex125490582A02Cd14e20
Octal221242201305205432111640
Binary1001010101001001000010110001010100101100110100011001110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #125490

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #125490; }

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

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

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

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

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

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

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

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