Html Css Color HEX #126FDF Navy Blue

📋 copy color: '#126FDF'

red 18 ◦ green 111 ◦ blue 223

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

Shades of Navy Blue #126FDF

Tints of Navy Blue #126FDF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 63.35%

R = 5.11%
G = 31.53%
B = 63.35%

CMYK

 C value IS 0.92

 M value IS 0.50

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#126FDF (or 0x126FDF) is known color: Navy Blue. HEX triplet: 12, 6F and DF. RGB value is (18,111,223). Sum of RGB (Red+Green+Blue) = 18+111+223=352 (46% of max value = 765). Red value is 18 (7.42% from 255 or 5.11% from 352); Green value is 111 (43.75% from 255 or 31.53% from 352); Blue value is 223 (87.5% from 255 or 63.35% from 352); Max value from RGB is 223 - color contains mainly: blue. Hex color #126FDF is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #126FDF is #ED9020. Grayscale: #5F5F5F. Windows color (decimal): -15568929 or 14642962. OLE color: 14642962.

HSL color Cylindrical-coordinate representation of color #126FDF: hue angle of 212.78º degrees, saturation: 0.85, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #126FDF is Cyan = 0.92, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 18 111 223 -
CMYK 0.92 0.50 0 0.13
HSL 212.78º 0.85% 0.47% -
HSV(B) 212.78º 0.92% 0.87% -
XYZ 19.25 16.83 72.04 -
YUV 95.96 199.69 72.39 -
System Red Green Blue C M Y K H S L
Decimal 18 111 223 0.92 0.50 0 0.13 212.78 0.85 0.47
Hex 12 6F DF 5C 32 0 D D5 55 2F
Octal 22 157 337 134 62 0 15 325 125 57
Binary 10010 1101111 11011111 1011100 110010 0 1101 11010101 1010101 101111

Color Harmonies of #126FDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #126FDF

Black with #126FDF

Text Example


Text Example

White with #126FDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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