Html Css Color HEX #126FE5 Navy Blue

📋 copy color: '#126FE5'

red 18 ◦ green 111 ◦ blue 229

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

Shades of Navy Blue #126FE5

Tints of Navy Blue #126FE5

RGB

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

 GREEN value IS 111 (43.75% from 255) = 31.01%

 BLUE value IS 229 (89.84% from 255) = 63.97%

R = 5.03%
G = 31.01%
B = 63.97%

CMYK

 C value IS 0.92

 M value IS 0.52

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#126FE5 (or 0x126FE5) is known color: Navy Blue. HEX triplet: 12, 6F and E5. RGB value is (18,111,229). Sum of RGB (Red+Green+Blue) = 18+111+229=358 (47% of max value = 765). Red value is 18 (7.42% from 255 or 5.03% from 358); Green value is 111 (43.75% from 255 or 31.01% from 358); Blue value is 229 (89.84% from 255 or 63.97% from 358); Max value from RGB is 229 - color contains mainly: blue. Hex color #126FE5 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #126FE5 is #ED901A. Grayscale: #606060. Windows color (decimal): -15568923 or 15036178. OLE color: 15036178.

HSL color Cylindrical-coordinate representation of color #126FE5: hue angle of 213.55º degrees, saturation: 0.85, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #126FE5 is Cyan = 0.92, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 18 111 229 -
CMYK 0.92 0.52 0 0.10
HSL 213.55º 0.85% 0.48% -
HSV(B) 213.55º 0.92% 0.9% -
XYZ 20.08 17.15 76.38 -
YUV 96.65 202.69 71.91 -
System Red Green Blue C M Y K H S L
Decimal 18 111 229 0.92 0.52 0 0.10 213.55 0.85 0.48
Hex 12 6F E5 5C 34 0 A D6 55 30
Octal 22 157 345 134 64 0 12 326 125 60
Binary 10010 1101111 11100101 1011100 110100 0 1010 11010110 1010101 110000

Color Harmonies of #126FE5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #126FE5

Black with #126FE5

Text Example


Text Example

White with #126FE5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(18,111,229); }

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

background-color css

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

 a { background-color: rgb(18,111,229); }

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

border-color css

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

 span { border-color: rgb(18,111,229); }

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