Html Css Color HEX #126EE8 Navy Blue

📋 copy color: '#126EE8'

red 18 ◦ green 110 ◦ blue 232

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

Shades of Navy Blue #126EE8

Tints of Navy Blue #126EE8

RGB

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

 GREEN value IS 110 (43.36% from 255) = 30.56%

 BLUE value IS 232 (91.02% from 255) = 64.44%

R = 5%
G = 30.56%
B = 64.44%

CMYK

 C value IS 0.92

 M value IS 0.53

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#126EE8 (or 0x126EE8) is known color: Navy Blue. HEX triplet: 12, 6E and E8. RGB value is (18,110,232). Sum of RGB (Red+Green+Blue) = 18+110+232=360 (47% of max value = 765). Red value is 18 (7.42% from 255 or 5% from 360); Green value is 110 (43.36% from 255 or 30.56% from 360); Blue value is 232 (91.02% from 255 or 64.44% from 360); Max value from RGB is 232 - color contains mainly: blue. Hex color #126EE8 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #126EE8 is #ED9117. Grayscale: #5F5F5F. Windows color (decimal): -15569176 or 15232530. OLE color: 15232530.

HSL color Cylindrical-coordinate representation of color #126EE8: hue angle of 214.21º degrees, saturation: 0.86, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #126EE8 is Cyan = 0.92, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 18 110 232 -
CMYK 0.92 0.53 0 0.09
HSL 214.21º 0.86% 0.49% -
HSV(B) 214.21º 0.92% 0.91% -
XYZ 20.39 17.11 78.57 -
YUV 96.4 204.52 72.08 -
System Red Green Blue C M Y K H S L
Decimal 18 110 232 0.92 0.53 0 0.09 214.21 0.86 0.49
Hex 12 6E E8 5C 35 0 9 D6 56 31
Octal 22 156 350 134 65 0 11 326 126 61
Binary 10010 1101110 11101000 1011100 110101 0 1001 11010110 1010110 110001

Color Harmonies of #126EE8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #126EE8

Black with #126EE8

Text Example


Text Example

White with #126EE8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #126EE8; }

 p { color: rgb(18,110,232); }

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

background-color css

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

 a { background-color: rgb(18,110,232); }

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

border-color css

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

 span { border-color: rgb(18,110,232); }

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