#125790

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

Shades of Endeavour #125790

Tints of Endeavour #125790

Color information

#125790 (or 0x125790) is unknown color: approx Endeavour. HEX triplet: 12, 57 and 90. RGB value is (18,87,144). Sum of RGB (Red+Green+Blue) = 18+87+144=249 (32% of max value = 765). Red value is 18 (7.42% from 255 or 7.23% from 249); Green value is 87 (34.38% from 255 or 34.94% from 249); Blue value is 144 (56.64% from 255 or 57.83% from 249); Max value from RGB is 144 - color contains mainly: blue. Hex color #125790 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #125790 is #EDA86F. Grayscale: #484848. Windows color (decimal): -15575152 or 9459474. OLE color: 9459474.

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

Color convert

RGB1887144-
CMYK0.880.4000.44
HSL207.14º77.78%31.76%-
HSV(B)207.14º87.5%56.47%-
XYZ8.698.9627.66-
YUV72.87168.1488.87-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 7.23%
GREEN value IS 87 (34.38% from 255) = 34.94%
BLUE value IS 144 (56.64% from 255) = 57.83%
R=7.23%
G=34.94%
B=57.83%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal18871440.880.4000.44207.1477.7831.76
Hex125790582802Ccf4e20
Octal221272201305005431711640
Binary1001010101111001000010110001010000101100110011111001110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #125790

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #125790; }

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

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

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

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

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

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

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

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