Html Css Color HEX #126CDE Navy Blue

📋 copy color: '#126CDE'

red 18 ◦ green 108 ◦ blue 222

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

Shades of Navy Blue #126CDE

Tints of Navy Blue #126CDE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 63.79%

R = 5.17%
G = 31.03%
B = 63.79%

CMYK

 C value IS 0.92

 M value IS 0.51

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#126CDE (or 0x126CDE) is known color: Navy Blue. HEX triplet: 12, 6C and DE. RGB value is (18,108,222). Sum of RGB (Red+Green+Blue) = 18+108+222=348 (46% of max value = 765). Red value is 18 (7.42% from 255 or 5.17% from 348); Green value is 108 (42.58% from 255 or 31.03% from 348); Blue value is 222 (87.11% from 255 or 63.79% from 348); Max value from RGB is 222 - color contains mainly: blue. Hex color #126CDE is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #126CDE is #ED9321. Grayscale: #5D5D5D. Windows color (decimal): -15569698 or 14576658. OLE color: 14576658.

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

Color convert

RGB 18 108 222 -
CMYK 0.92 0.51 0 0.13
HSL 213.53º 0.85% 0.47% -
HSV(B) 213.53º 0.92% 0.87% -
XYZ 18.8 16.13 71.23 -
YUV 94.09 200.18 73.73 -
System Red Green Blue C M Y K H S L
Decimal 18 108 222 0.92 0.51 0 0.13 213.53 0.85 0.47
Hex 12 6C DE 5C 33 0 D D6 55 2F
Octal 22 154 336 134 63 0 15 326 125 57
Binary 10010 1101100 11011110 1011100 110011 0 1101 11010110 1010101 101111

Color Harmonies of #126CDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #126CDE

Black with #126CDE

Text Example


Text Example

White with #126CDE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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