Html Css Color HEX #126192 Endeavour

📋 copy color: '#126192'

red 18 ◦ green 97 ◦ blue 146

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

Shades of Endeavour #126192

Tints of Endeavour #126192

RGB

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

 GREEN value IS 97 (38.28% from 255) = 37.16%

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

R = 6.9%
G = 37.16%
B = 55.94%

CMYK

 C value IS 0.88

 M value IS 0.34

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#126192 (or 0x126192) is known color: Endeavour. HEX triplet: 12, 61 and 92. RGB value is (18,97,146). Sum of RGB (Red+Green+Blue) = 18+97+146=261 (34% of max value = 765). Red value is 18 (7.42% from 255 or 6.90% from 261); Green value is 97 (38.28% from 255 or 37.16% from 261); Blue value is 146 (57.42% from 255 or 55.94% from 261); Max value from RGB is 146 - color contains mainly: blue. Hex color #126192 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #126192 is #ED9E6D. Grayscale: #4E4E4E. Windows color (decimal): -15572590 or 9593106. OLE color: 9593106.

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

Color convert

RGB 18 97 146 -
CMYK 0.88 0.34 0 0.43
HSL 202.97º 0.78% 0.32% -
HSV(B) 202.97º 0.88% 0.57% -
XYZ 9.71 10.75 28.76 -
YUV 78.97 165.83 84.52 -
System Red Green Blue C M Y K H S L
Decimal 18 97 146 0.88 0.34 0 0.43 202.97 0.78 0.32
Hex 12 61 92 58 22 0 2B CB 4E 20
Octal 22 141 222 130 42 0 53 313 116 40
Binary 10010 1100001 10010010 1011000 100010 0 101011 11001011 1001110 100000

Color Harmonies of #126192

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #126192

Black with #126192

Text Example


Text Example

White with #126192

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #126192; }

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

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

background-color css

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

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

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

border-color css

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

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

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