Html Css Color HEX #126098 Endeavour

📋 copy color: '#126098'

red 18 ◦ green 96 ◦ blue 152

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

Shades of Endeavour #126098

Tints of Endeavour #126098

RGB

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

 GREEN value IS 96 (37.89% from 255) = 36.09%

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

R = 6.77%
G = 36.09%
B = 57.14%

CMYK

 C value IS 0.88

 M value IS 0.37

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#126098 (or 0x126098) is known color: Endeavour. HEX triplet: 12, 60 and 98. RGB value is (18,96,152). Sum of RGB (Red+Green+Blue) = 18+96+152=266 (35% of max value = 765). Red value is 18 (7.42% from 255 or 6.77% from 266); Green value is 96 (37.89% from 255 or 36.09% from 266); Blue value is 152 (59.77% from 255 or 57.14% from 266); Max value from RGB is 152 - color contains mainly: blue. Hex color #126098 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #126098 is #ED9F67. Grayscale: #4E4E4E. Windows color (decimal): -15572840 or 9986066. OLE color: 9986066.

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

Color convert

RGB 18 96 152 -
CMYK 0.88 0.37 0 0.40
HSL 205.07º 0.79% 0.33% -
HSV(B) 205.07º 0.88% 0.6% -
XYZ 10.1 10.76 31.25 -
YUV 79.06 169.16 84.45 -
System Red Green Blue C M Y K H S L
Decimal 18 96 152 0.88 0.37 0 0.40 205.07 0.79 0.33
Hex 12 60 98 58 25 0 28 CD 4F 21
Octal 22 140 230 130 45 0 50 315 117 41
Binary 10010 1100000 10011000 1011000 100101 0 101000 11001101 1001111 100001

Color Harmonies of #126098

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #126098

Black with #126098

Text Example


Text Example

White with #126098

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #126098; }

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

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

background-color css

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

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

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

border-color css

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

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

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