Html Css Color HEX #125491 Endeavour

📋 copy color: '#125491'

red 18 ◦ green 84 ◦ blue 145

#125491
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Endeavour #125491

Tints of Endeavour #125491

RGB

 RED value IS 18 (7.42% from 255) = 7.29%

 GREEN value IS 84 (33.2% from 255) = 34.01%

 BLUE value IS 145 (57.03% from 255) = 58.7%

R = 7.29%
G = 34.01%
B = 58.7%

CMYK

 C value IS 0.88

 M value IS 0.42

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#125491 (or 0x125491) is known color: Endeavour. HEX triplet: 12, 54 and 91. RGB value is (18,84,145). Sum of RGB (Red+Green+Blue) = 18+84+145=247 (32% of max value = 765). Red value is 18 (7.42% from 255 or 7.29% from 247); Green value is 84 (33.20% from 255 or 34.01% from 247); Blue value is 145 (57.03% from 255 or 58.70% from 247); Max value from RGB is 145 - color contains mainly: blue. Hex color #125491 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #125491 is #EDAB6E. Grayscale: #464646. Windows color (decimal): -15575919 or 9524242. OLE color: 9524242.

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

Color convert

RGB 18 84 145 -
CMYK 0.88 0.42 0 0.43
HSL 208.82º 0.78% 0.32% -
HSV(B) 208.82º 0.88% 0.57% -
XYZ 8.53 8.51 27.98 -
YUV 71.22 169.63 90.04 -
System Red Green Blue C M Y K H S L
Decimal 18 84 145 0.88 0.42 0 0.43 208.82 0.78 0.32
Hex 12 54 91 58 2A 0 2B D1 4E 20
Octal 22 124 221 130 52 0 53 321 116 40
Binary 10010 1010100 10010001 1011000 101010 0 101011 11010001 1001110 100000

Color Harmonies of #125491

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #125491

Black with #125491

Text Example


Text Example

White with #125491

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #125491; }

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

 H1.HeaderClassName
 {
   color: #125491;
 }
 .AnyTagClassName
 {
   color: #125491;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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