Html Css Color HEX #126295 Endeavour

📋 copy color: '#126295'

red 18 ◦ green 98 ◦ blue 149

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

Shades of Endeavour #126295

Tints of Endeavour #126295

RGB

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

 GREEN value IS 98 (38.67% from 255) = 36.98%

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

R = 6.79%
G = 36.98%
B = 56.23%

CMYK

 C value IS 0.88

 M value IS 0.34

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#126295 (or 0x126295) is known color: Endeavour. HEX triplet: 12, 62 and 95. RGB value is (18,98,149). Sum of RGB (Red+Green+Blue) = 18+98+149=265 (35% of max value = 765). Red value is 18 (7.42% from 255 or 6.79% from 265); Green value is 98 (38.67% from 255 or 36.98% from 265); Blue value is 149 (58.59% from 255 or 56.23% from 265); Max value from RGB is 149 - color contains mainly: blue. Hex color #126295 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #126295 is #ED9D6A. Grayscale: #4F4F4F. Windows color (decimal): -15572331 or 9789970. OLE color: 9789970.

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

Color convert

RGB 18 98 149 -
CMYK 0.88 0.34 0 0.42
HSL 203.36º 0.78% 0.33% -
HSV(B) 203.36º 0.88% 0.58% -
XYZ 10.04 11.03 30.03 -
YUV 79.89 167 83.85 -
System Red Green Blue C M Y K H S L
Decimal 18 98 149 0.88 0.34 0 0.42 203.36 0.78 0.33
Hex 12 62 95 58 22 0 2A CB 4E 21
Octal 22 142 225 130 42 0 52 313 116 41
Binary 10010 1100010 10010101 1011000 100010 0 101010 11001011 1001110 100001

Color Harmonies of #126295

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #126295

Black with #126295

Text Example


Text Example

White with #126295

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #126295; }

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

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

background-color css

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

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

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

border-color css

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

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

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