Html Css Color HEX #125291 Endeavour

📋 copy color: '#125291'

red 18 ◦ green 82 ◦ blue 145

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

Shades of Endeavour #125291

Tints of Endeavour #125291

RGB

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

 GREEN value IS 82 (32.42% from 255) = 33.47%

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

R = 7.35%
G = 33.47%
B = 59.18%

CMYK

 C value IS 0.88

 M value IS 0.43

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#125291 (or 0x125291) is known color: Endeavour. HEX triplet: 12, 52 and 91. RGB value is (18,82,145). Sum of RGB (Red+Green+Blue) = 18+82+145=245 (32% of max value = 765). Red value is 18 (7.42% from 255 or 7.35% from 245); Green value is 82 (32.42% from 255 or 33.47% from 245); Blue value is 145 (57.03% from 255 or 59.18% from 245); Max value from RGB is 145 - color contains mainly: blue. Hex color #125291 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #125291 is #EDAD6E. Grayscale: #454545. Windows color (decimal): -15576431 or 9523730. OLE color: 9523730.

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

Color convert

RGB 18 82 145 -
CMYK 0.88 0.43 0 0.43
HSL 209.76º 0.78% 0.32% -
HSV(B) 209.76º 0.88% 0.57% -
XYZ 8.38 8.21 27.93 -
YUV 70.05 170.3 90.88 -
System Red Green Blue C M Y K H S L
Decimal 18 82 145 0.88 0.43 0 0.43 209.76 0.78 0.32
Hex 12 52 91 58 2B 0 2B D2 4E 20
Octal 22 122 221 130 53 0 53 322 116 40
Binary 10010 1010010 10010001 1011000 101011 0 101011 11010010 1001110 100000

Color Harmonies of #125291

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #125291

Black with #125291

Text Example


Text Example

White with #125291

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #125291; }

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

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

background-color css

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

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

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

border-color css

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

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

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