Html Css Color HEX #126CDC Navy Blue

📋 copy color: '#126CDC'

red 18 ◦ green 108 ◦ blue 220

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

Shades of Navy Blue #126CDC

Tints of Navy Blue #126CDC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 63.58%

R = 5.2%
G = 31.21%
B = 63.58%

CMYK

 C value IS 0.92

 M value IS 0.51

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#126CDC (or 0x126CDC) is known color: Navy Blue. HEX triplet: 12, 6C and DC. RGB value is (18,108,220). Sum of RGB (Red+Green+Blue) = 18+108+220=346 (45% of max value = 765). Red value is 18 (7.42% from 255 or 5.20% from 346); Green value is 108 (42.58% from 255 or 31.21% from 346); Blue value is 220 (86.33% from 255 or 63.58% from 346); Max value from RGB is 220 - color contains mainly: blue. Hex color #126CDC is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #126CDC is #ED9323. Grayscale: #5D5D5D. Windows color (decimal): -15569700 or 14445586. OLE color: 14445586.

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

Color convert

RGB 18 108 220 -
CMYK 0.92 0.51 0 0.14
HSL 213.27º 0.85% 0.47% -
HSV(B) 213.27º 0.92% 0.86% -
XYZ 18.53 16.02 69.83 -
YUV 93.86 199.18 73.89 -
System Red Green Blue C M Y K H S L
Decimal 18 108 220 0.92 0.51 0 0.14 213.27 0.85 0.47
Hex 12 6C DC 5C 33 0 E D5 55 2F
Octal 22 154 334 134 63 0 16 325 125 57
Binary 10010 1101100 11011100 1011100 110011 0 1110 11010101 1010101 101111

Color Harmonies of #126CDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #126CDC

Black with #126CDC

Text Example


Text Example

White with #126CDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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