Html Css Color HEX #126495 Endeavour

📋 copy color: '#126495'

red 18 ◦ green 100 ◦ blue 149

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

Shades of Endeavour #126495

Tints of Endeavour #126495

RGB

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

 GREEN value IS 100 (39.45% from 255) = 37.45%

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

R = 6.74%
G = 37.45%
B = 55.81%

CMYK

 C value IS 0.88

 M value IS 0.33

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#126495 (or 0x126495) is known color: Endeavour. HEX triplet: 12, 64 and 95. RGB value is (18,100,149). Sum of RGB (Red+Green+Blue) = 18+100+149=267 (35% of max value = 765). Red value is 18 (7.42% from 255 or 6.74% from 267); Green value is 100 (39.45% from 255 or 37.45% from 267); Blue value is 149 (58.59% from 255 or 55.81% from 267); Max value from RGB is 149 - color contains mainly: blue. Hex color #126495 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #126495 is #ED9B6A. Grayscale: #505050. Windows color (decimal): -15571819 or 9790482. OLE color: 9790482.

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

Color convert

RGB 18 100 149 -
CMYK 0.88 0.33 0 0.42
HSL 202.44º 0.78% 0.33% -
HSV(B) 202.44º 0.88% 0.58% -
XYZ 10.23 11.41 30.1 -
YUV 81.07 166.33 83.02 -
System Red Green Blue C M Y K H S L
Decimal 18 100 149 0.88 0.33 0 0.42 202.44 0.78 0.33
Hex 12 64 95 58 21 0 2A CA 4E 21
Octal 22 144 225 130 41 0 52 312 116 41
Binary 10010 1100100 10010101 1011000 100001 0 101010 11001010 1001110 100001

Color Harmonies of #126495

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #126495

Black with #126495

Text Example


Text Example

White with #126495

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #126495; }

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

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

background-color css

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

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

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

border-color css

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

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

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