Html Css Color HEX #126AF0 Navy Blue

📋 copy color: '#126AF0'

red 18 ◦ green 106 ◦ blue 240

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

Shades of Navy Blue #126AF0

Tints of Navy Blue #126AF0

RGB

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

 GREEN value IS 106 (41.8% from 255) = 29.12%

 BLUE value IS 240 (94.14% from 255) = 65.93%

R = 4.95%
G = 29.12%
B = 65.93%

CMYK

 C value IS 0.92

 M value IS 0.56

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#126AF0 (or 0x126AF0) is known color: Navy Blue. HEX triplet: 12, 6A and F0. RGB value is (18,106,240). Sum of RGB (Red+Green+Blue) = 18+106+240=364 (48% of max value = 765). Red value is 18 (7.42% from 255 or 4.95% from 364); Green value is 106 (41.80% from 255 or 29.12% from 364); Blue value is 240 (94.14% from 255 or 65.93% from 364); Max value from RGB is 240 - color contains mainly: blue. Hex color #126AF0 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #126AF0 is #ED950F. Grayscale: #5E5E5E. Windows color (decimal): -15570192 or 15755794. OLE color: 15755794.

HSL color Cylindrical-coordinate representation of color #126AF0: hue angle of 216.22º degrees, saturation: 0.88, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #126AF0 is Cyan = 0.92, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 18 106 240 -
CMYK 0.92 0.56 0 0.06
HSL 216.22º 0.88% 0.51% -
HSV(B) 216.22º 0.93% 0.94% -
XYZ 21.13 16.73 84.55 -
YUV 94.96 209.85 73.1 -
System Red Green Blue C M Y K H S L
Decimal 18 106 240 0.92 0.56 0 0.06 216.22 0.88 0.51
Hex 12 6A F0 5C 38 0 6 D8 58 33
Octal 22 152 360 134 70 0 6 330 130 63
Binary 10010 1101010 11110000 1011100 111000 0 110 11011000 1011000 110011

Color Harmonies of #126AF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #126AF0

Black with #126AF0

Text Example


Text Example

White with #126AF0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(18,106,240); }

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

background-color css

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

 a { background-color: rgb(18,106,240); }

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

border-color css

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

 span { border-color: rgb(18,106,240); }

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