Html Css Color HEX #126ADF Navy Blue

📋 copy color: '#126ADF'

red 18 ◦ green 106 ◦ blue 223

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

Shades of Navy Blue #126ADF

Tints of Navy Blue #126ADF

RGB

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

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

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

R = 5.19%
G = 30.55%
B = 64.27%

CMYK

 C value IS 0.92

 M value IS 0.52

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#126ADF (or 0x126ADF) is known color: Navy Blue. HEX triplet: 12, 6A and DF. RGB value is (18,106,223). Sum of RGB (Red+Green+Blue) = 18+106+223=347 (45% of max value = 765). Red value is 18 (7.42% from 255 or 5.19% from 347); Green value is 106 (41.80% from 255 or 30.55% from 347); Blue value is 223 (87.5% from 255 or 64.27% from 347); Max value from RGB is 223 - color contains mainly: blue. Hex color #126ADF is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #126ADF is #ED9520. Grayscale: #5C5C5C. Windows color (decimal): -15570209 or 14641682. OLE color: 14641682.

HSL color Cylindrical-coordinate representation of color #126ADF: hue angle of 214.24º 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 #126ADF is Cyan = 0.92, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 18 106 223 -
CMYK 0.92 0.52 0 0.13
HSL 214.24º 0.85% 0.47% -
HSV(B) 214.24º 0.92% 0.87% -
XYZ 18.72 15.76 71.87 -
YUV 93.03 201.35 74.49 -
System Red Green Blue C M Y K H S L
Decimal 18 106 223 0.92 0.52 0 0.13 214.24 0.85 0.47
Hex 12 6A DF 5C 34 0 D D6 55 2F
Octal 22 152 337 134 64 0 15 326 125 57
Binary 10010 1101010 11011111 1011100 110100 0 1101 11010110 1010101 101111

Color Harmonies of #126ADF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #126ADF

Black with #126ADF

Text Example


Text Example

White with #126ADF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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