Html Css Color HEX #126CDF Navy Blue

📋 copy color: '#126CDF'

red 18 ◦ green 108 ◦ blue 223

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

Shades of Navy Blue #126CDF

Tints of Navy Blue #126CDF

RGB

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

 GREEN value IS 108 (42.58% from 255) = 30.95%

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

R = 5.16%
G = 30.95%
B = 63.9%

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

#126CDF (or 0x126CDF) is known color: Navy Blue. HEX triplet: 12, 6C and DF. RGB value is (18,108,223). Sum of RGB (Red+Green+Blue) = 18+108+223=349 (46% of max value = 765). Red value is 18 (7.42% from 255 or 5.16% from 349); Green value is 108 (42.58% from 255 or 30.95% from 349); Blue value is 223 (87.5% from 255 or 63.90% from 349); Max value from RGB is 223 - color contains mainly: blue. Hex color #126CDF is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #126CDF is #ED9320. Grayscale: #5D5D5D. Windows color (decimal): -15569697 or 14642194. OLE color: 14642194.

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

Color convert

RGB 18 108 223 -
CMYK 0.92 0.52 0 0.13
HSL 213.66º 0.85% 0.47% -
HSV(B) 213.66º 0.92% 0.87% -
XYZ 18.93 16.18 71.94 -
YUV 94.2 200.68 73.65 -
System Red Green Blue C M Y K H S L
Decimal 18 108 223 0.92 0.52 0 0.13 213.66 0.85 0.47
Hex 12 6C DF 5C 34 0 D D6 55 2F
Octal 22 154 337 134 64 0 15 326 125 57
Binary 10010 1101100 11011111 1011100 110100 0 1101 11010110 1010101 101111

Color Harmonies of #126CDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #126CDF

Black with #126CDF

Text Example


Text Example

White with #126CDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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