Html Css Color HEX #126598 Endeavour

📋 copy color: '#126598'

red 18 ◦ green 101 ◦ blue 152

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

Shades of Endeavour #126598

Tints of Endeavour #126598

RGB

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

 GREEN value IS 101 (39.84% from 255) = 37.27%

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

R = 6.64%
G = 37.27%
B = 56.09%

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

#126598 (or 0x126598) is known color: Endeavour. HEX triplet: 12, 65 and 98. RGB value is (18,101,152). Sum of RGB (Red+Green+Blue) = 18+101+152=271 (35% of max value = 765). Red value is 18 (7.42% from 255 or 6.64% from 271); Green value is 101 (39.84% from 255 or 37.27% from 271); Blue value is 152 (59.77% from 255 or 56.09% from 271); Max value from RGB is 152 - color contains mainly: blue. Hex color #126598 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #126598 is #ED9A67. Grayscale: #515151. Windows color (decimal): -15571560 or 9987346. OLE color: 9987346.

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

Color convert

RGB 18 101 152 -
CMYK 0.88 0.34 0 0.40
HSL 202.84º 0.79% 0.33% -
HSV(B) 202.84º 0.88% 0.6% -
XYZ 10.57 11.7 31.41 -
YUV 82 167.5 82.35 -
System Red Green Blue C M Y K H S L
Decimal 18 101 152 0.88 0.34 0 0.40 202.84 0.79 0.33
Hex 12 65 98 58 22 0 28 CB 4F 21
Octal 22 145 230 130 42 0 50 313 117 41
Binary 10010 1100101 10011000 1011000 100010 0 101000 11001011 1001111 100001

Color Harmonies of #126598

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #126598

Black with #126598

Text Example


Text Example

White with #126598

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #126598; }

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

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

background-color css

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

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

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

border-color css

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

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

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