Html Css Color HEX #125192 Endeavour

📋 copy color: '#125192'

red 18 ◦ green 81 ◦ blue 146

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

Shades of Endeavour #125192

Tints of Endeavour #125192

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 59.59%

R = 7.35%
G = 33.06%
B = 59.59%

CMYK

 C value IS 0.88

 M value IS 0.45

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#125192 (or 0x125192) is known color: Endeavour. HEX triplet: 12, 51 and 92. RGB value is (18,81,146). Sum of RGB (Red+Green+Blue) = 18+81+146=245 (32% of max value = 765). Red value is 18 (7.42% from 255 or 7.35% from 245); Green value is 81 (32.03% from 255 or 33.06% from 245); Blue value is 146 (57.42% from 255 or 59.59% from 245); Max value from RGB is 146 - color contains mainly: blue. Hex color #125192 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #125192 is #EDAE6D. Grayscale: #454545. Windows color (decimal): -15576686 or 9589010. OLE color: 9589010.

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

Color convert

RGB 18 81 146 -
CMYK 0.88 0.45 0 0.43
HSL 210.47º 0.78% 0.32% -
HSV(B) 210.47º 0.88% 0.57% -
XYZ 8.38 8.09 28.31 -
YUV 69.57 171.13 91.21 -
System Red Green Blue C M Y K H S L
Decimal 18 81 146 0.88 0.45 0 0.43 210.47 0.78 0.32
Hex 12 51 92 58 2D 0 2B D2 4E 20
Octal 22 121 222 130 55 0 53 322 116 40
Binary 10010 1010001 10010010 1011000 101101 0 101011 11010010 1001110 100000

Color Harmonies of #125192

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #125192

Black with #125192

Text Example


Text Example

White with #125192

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #125192; }

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

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

background-color css

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

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

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

border-color css

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

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

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