Html Css Color HEX #126498 Endeavour

📋 copy color: '#126498'

red 18 ◦ green 100 ◦ blue 152

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

Shades of Endeavour #126498

Tints of Endeavour #126498

RGB

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

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

 BLUE value IS 152 (59.77% from 255) = 56.3%

R = 6.67%
G = 37.04%
B = 56.3%

CMYK

 C value IS 0.88

 M value IS 0.34

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#126498 (or 0x126498) is known color: Endeavour. HEX triplet: 12, 64 and 98. RGB value is (18,100,152). Sum of RGB (Red+Green+Blue) = 18+100+152=270 (35% of max value = 765). Red value is 18 (7.42% from 255 or 6.67% from 270); Green value is 100 (39.45% from 255 or 37.04% from 270); Blue value is 152 (59.77% from 255 or 56.30% from 270); Max value from RGB is 152 - color contains mainly: blue. Hex color #126498 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #126498 is #ED9B67. Grayscale: #515151. Windows color (decimal): -15571816 or 9987090. OLE color: 9987090.

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

Color convert

RGB 18 100 152 -
CMYK 0.88 0.34 0 0.40
HSL 203.28º 0.79% 0.33% -
HSV(B) 203.28º 0.88% 0.6% -
XYZ 10.47 11.51 31.38 -
YUV 81.41 167.83 82.77 -
System Red Green Blue C M Y K H S L
Decimal 18 100 152 0.88 0.34 0 0.40 203.28 0.79 0.33
Hex 12 64 98 58 22 0 28 CB 4F 21
Octal 22 144 230 130 42 0 50 313 117 41
Binary 10010 1100100 10011000 1011000 100010 0 101000 11001011 1001111 100001

Color Harmonies of #126498

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #126498

Black with #126498

Text Example


Text Example

White with #126498

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #126498; }

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

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

background-color css

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

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

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

border-color css

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

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

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