Html Css Color HEX #126296 Endeavour

📋 copy color: '#126296'

red 18 ◦ green 98 ◦ blue 150

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

Shades of Endeavour #126296

Tints of Endeavour #126296

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 56.39%

R = 6.77%
G = 36.84%
B = 56.39%

CMYK

 C value IS 0.88

 M value IS 0.35

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#126296 (or 0x126296) is known color: Endeavour. HEX triplet: 12, 62 and 96. RGB value is (18,98,150). Sum of RGB (Red+Green+Blue) = 18+98+150=266 (35% of max value = 765). Red value is 18 (7.42% from 255 or 6.77% from 266); Green value is 98 (38.67% from 255 or 36.84% from 266); Blue value is 150 (58.98% from 255 or 56.39% from 266); Max value from RGB is 150 - color contains mainly: blue. Hex color #126296 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #126296 is #ED9D69. Grayscale: #4F4F4F. Windows color (decimal): -15572330 or 9855506. OLE color: 9855506.

HSL color Cylindrical-coordinate representation of color #126296: hue angle of 203.64º degrees, saturation: 0.79, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #126296 is Cyan = 0.88, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 18 98 150 -
CMYK 0.88 0.35 0 0.41
HSL 203.64º 0.79% 0.33% -
HSV(B) 203.64º 0.88% 0.59% -
XYZ 10.12 11.07 30.46 -
YUV 80.01 167.5 83.77 -
System Red Green Blue C M Y K H S L
Decimal 18 98 150 0.88 0.35 0 0.41 203.64 0.79 0.33
Hex 12 62 96 58 23 0 29 CC 4F 21
Octal 22 142 226 130 43 0 51 314 117 41
Binary 10010 1100010 10010110 1011000 100011 0 101001 11001100 1001111 100001

Color Harmonies of #126296

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #126296

Black with #126296

Text Example


Text Example

White with #126296

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #126296; }

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

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

background-color css

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

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

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

border-color css

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

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

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