Html Css Color HEX #126194 Endeavour

📋 copy color: '#126194'

red 18 ◦ green 97 ◦ blue 148

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

Shades of Endeavour #126194

Tints of Endeavour #126194

RGB

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

 GREEN value IS 97 (38.28% from 255) = 36.88%

 BLUE value IS 148 (58.2% from 255) = 56.27%

R = 6.84%
G = 36.88%
B = 56.27%

CMYK

 C value IS 0.88

 M value IS 0.34

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#126194 (or 0x126194) is known color: Endeavour. HEX triplet: 12, 61 and 94. RGB value is (18,97,148). Sum of RGB (Red+Green+Blue) = 18+97+148=263 (34% of max value = 765). Red value is 18 (7.42% from 255 or 6.84% from 263); Green value is 97 (38.28% from 255 or 36.88% from 263); Blue value is 148 (58.20% from 255 or 56.27% from 263); Max value from RGB is 148 - color contains mainly: blue. Hex color #126194 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #126194 is #ED9E6B. Grayscale: #4E4E4E. Windows color (decimal): -15572588 or 9724178. OLE color: 9724178.

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

Color convert

RGB 18 97 148 -
CMYK 0.88 0.34 0 0.42
HSL 203.54º 0.78% 0.33% -
HSV(B) 203.54º 0.88% 0.58% -
XYZ 9.87 10.82 29.58 -
YUV 79.19 166.83 84.35 -
System Red Green Blue C M Y K H S L
Decimal 18 97 148 0.88 0.34 0 0.42 203.54 0.78 0.33
Hex 12 61 94 58 22 0 2A CC 4E 21
Octal 22 141 224 130 42 0 52 314 116 41
Binary 10010 1100001 10010100 1011000 100010 0 101010 11001100 1001110 100001

Color Harmonies of #126194

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #126194

Black with #126194

Text Example


Text Example

White with #126194

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #126194; }

 p { color: rgb(18,97,148); }

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

background-color css

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

 a { background-color: rgb(18,97,148); }

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

border-color css

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

 span { border-color: rgb(18,97,148); }

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