#125299

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

Shades of Endeavour #125299

Tints of Endeavour #125299

Color information

#125299 (or 0x125299) is unknown color: approx Endeavour. HEX triplet: 12, 52 and 99. RGB value is (18,82,153). Sum of RGB (Red+Green+Blue) = 18+82+153=253 (33% of max value = 765). Red value is 18 (7.42% from 255 or 7.11% from 253); Green value is 82 (32.42% from 255 or 32.41% from 253); Blue value is 153 (60.16% from 255 or 60.47% from 253); Max value from RGB is 153 - color contains mainly: blue. Hex color #125299 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #125299 is #EDAD66. Grayscale: #464646. Windows color (decimal): -15576423 or 10048018. OLE color: 10048018.

HSL color Cylindrical-coordinate representation of color #125299: hue angle of 211.56º degrees, saturation: 0.79, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #125299 is Cyan = 0.88, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB1882153-
CMYK0.880.4600.4
HSL211.56º78.95%33.53%-
HSV(B)211.56º88.24%60%-
XYZ9.028.4631.3-
YUV70.96174.390.23-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 7.11%
GREEN value IS 82 (32.42% from 255) = 32.41%
BLUE value IS 153 (60.16% from 255) = 60.47%
R=7.11%
G=32.41%
B=60.47%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal18821530.880.4600.4211.5678.9533.53
Hex125299582E028d44f22
Octal221222311305605032411742
Binary1001010100101001100110110001011100101000110101001001111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #125299

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #125299; }

 p { color: rgb(18,82,153); }

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

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

 a { background-color: rgb(18,82,153); }

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

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

 span { border-color: rgb(18,82,153); }

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