Html Css Color HEX #126DCD Navy Blue

📋 copy color: '#126DCD'

red 18 ◦ green 109 ◦ blue 205

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

Shades of Navy Blue #126DCD

Tints of Navy Blue #126DCD

RGB

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

 GREEN value IS 109 (42.97% from 255) = 32.83%

 BLUE value IS 205 (80.47% from 255) = 61.75%

R = 5.42%
G = 32.83%
B = 61.75%

CMYK

 C value IS 0.91

 M value IS 0.47

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#126DCD (or 0x126DCD) is known color: Navy Blue. HEX triplet: 12, 6D and CD. RGB value is (18,109,205). Sum of RGB (Red+Green+Blue) = 18+109+205=332 (43% of max value = 765). Red value is 18 (7.42% from 255 or 5.42% from 332); Green value is 109 (42.97% from 255 or 32.83% from 332); Blue value is 205 (80.47% from 255 or 61.75% from 332); Max value from RGB is 205 - color contains mainly: blue. Hex color #126DCD is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #126DCD is #ED9232. Grayscale: #5C5C5C. Windows color (decimal): -15569459 or 13462802. OLE color: 13462802.

HSL color Cylindrical-coordinate representation of color #126DCD: hue angle of 210.8º degrees, saturation: 0.84, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #126DCD is Cyan = 0.91, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 18 109 205 -
CMYK 0.91 0.47 0 0.20
HSL 210.8º 0.84% 0.44% -
HSV(B) 210.8º 0.91% 0.8% -
XYZ 16.74 15.47 59.86 -
YUV 92.74 191.35 74.69 -
System Red Green Blue C M Y K H S L
Decimal 18 109 205 0.91 0.47 0 0.20 210.8 0.84 0.44
Hex 12 6D CD 5B 2F 0 14 D3 54 2C
Octal 22 155 315 133 57 0 24 323 124 54
Binary 10010 1101101 11001101 1011011 101111 0 10100 11010011 1010100 101100

Color Harmonies of #126DCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #126DCD

Black with #126DCD

Text Example


Text Example

White with #126DCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(18,109,205); }

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

background-color css

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

 a { background-color: rgb(18,109,205); }

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

border-color css

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

 span { border-color: rgb(18,109,205); }

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