Html Css Color HEX #125195 Endeavour

📋 copy color: '#125195'

red 18 ◦ green 81 ◦ blue 149

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

Shades of Endeavour #125195

Tints of Endeavour #125195

RGB

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

 GREEN value IS 81 (32.03% from 255) = 32.66%

 BLUE value IS 149 (58.59% from 255) = 60.08%

R = 7.26%
G = 32.66%
B = 60.08%

CMYK

 C value IS 0.88

 M value IS 0.46

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#125195 (or 0x125195) is known color: Endeavour. HEX triplet: 12, 51 and 95. RGB value is (18,81,149). Sum of RGB (Red+Green+Blue) = 18+81+149=248 (32% of max value = 765). Red value is 18 (7.42% from 255 or 7.26% from 248); Green value is 81 (32.03% from 255 or 32.66% from 248); Blue value is 149 (58.59% from 255 or 60.08% from 248); Max value from RGB is 149 - color contains mainly: blue. Hex color #125195 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #125195 is #EDAE6A. Grayscale: #454545. Windows color (decimal): -15576683 or 9785618. OLE color: 9785618.

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

Color convert

RGB 18 81 149 -
CMYK 0.88 0.46 0 0.42
HSL 211.15º 0.78% 0.33% -
HSV(B) 211.15º 0.88% 0.58% -
XYZ 8.62 8.18 29.56 -
YUV 69.92 172.63 90.97 -
System Red Green Blue C M Y K H S L
Decimal 18 81 149 0.88 0.46 0 0.42 211.15 0.78 0.33
Hex 12 51 95 58 2E 0 2A D3 4E 21
Octal 22 121 225 130 56 0 52 323 116 41
Binary 10010 1010001 10010101 1011000 101110 0 101010 11010011 1001110 100001

Color Harmonies of #125195

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #125195

Black with #125195

Text Example


Text Example

White with #125195

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #125195; }

 p { color: rgb(18,81,149); }

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

background-color css

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

 a { background-color: rgb(18,81,149); }

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

border-color css

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

 span { border-color: rgb(18,81,149); }

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