Html Css Color HEX #125391 Endeavour

📋 copy color: '#125391'

red 18 ◦ green 83 ◦ blue 145

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

Shades of Endeavour #125391

Tints of Endeavour #125391

RGB

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

 GREEN value IS 83 (32.81% from 255) = 33.74%

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

R = 7.32%
G = 33.74%
B = 58.94%

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

#125391 (or 0x125391) is known color: Endeavour. HEX triplet: 12, 53 and 91. RGB value is (18,83,145). Sum of RGB (Red+Green+Blue) = 18+83+145=246 (32% of max value = 765). Red value is 18 (7.42% from 255 or 7.32% from 246); Green value is 83 (32.81% from 255 or 33.74% from 246); Blue value is 145 (57.03% from 255 or 58.94% from 246); Max value from RGB is 145 - color contains mainly: blue. Hex color #125391 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #125391 is #EDAC6E. Grayscale: #464646. Windows color (decimal): -15576175 or 9523986. OLE color: 9523986.

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

Color convert

RGB 18 83 145 -
CMYK 0.88 0.43 0 0.43
HSL 209.29º 0.78% 0.32% -
HSV(B) 209.29º 0.88% 0.57% -
XYZ 8.45 8.36 27.96 -
YUV 70.63 169.97 90.46 -
System Red Green Blue C M Y K H S L
Decimal 18 83 145 0.88 0.43 0 0.43 209.29 0.78 0.32
Hex 12 53 91 58 2B 0 2B D1 4E 20
Octal 22 123 221 130 53 0 53 321 116 40
Binary 10010 1010011 10010001 1011000 101011 0 101011 11010001 1001110 100000

Color Harmonies of #125391

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #125391

Black with #125391

Text Example


Text Example

White with #125391

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #125391; }

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

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

background-color css

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

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

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

border-color css

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

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

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