Html Css Color HEX #126BDD Navy Blue

📋 copy color: '#126BDD'

red 18 ◦ green 107 ◦ blue 221

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

Shades of Navy Blue #126BDD

Tints of Navy Blue #126BDD

RGB

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

 GREEN value IS 107 (42.19% from 255) = 30.92%

 BLUE value IS 221 (86.72% from 255) = 63.87%

R = 5.2%
G = 30.92%
B = 63.87%

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

#126BDD (or 0x126BDD) is known color: Navy Blue. HEX triplet: 12, 6B and DD. RGB value is (18,107,221). Sum of RGB (Red+Green+Blue) = 18+107+221=346 (45% of max value = 765). Red value is 18 (7.42% from 255 or 5.20% from 346); Green value is 107 (42.19% from 255 or 30.92% from 346); Blue value is 221 (86.72% from 255 or 63.87% from 346); Max value from RGB is 221 - color contains mainly: blue. Hex color #126BDD is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #126BDD is #ED9422. Grayscale: #5C5C5C. Windows color (decimal): -15569955 or 14510866. OLE color: 14510866.

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

Color convert

RGB 18 107 221 -
CMYK 0.92 0.52 0 0.13
HSL 213.69º 0.85% 0.47% -
HSV(B) 213.69º 0.92% 0.87% -
XYZ 18.56 15.86 70.49 -
YUV 93.39 200.01 74.23 -
System Red Green Blue C M Y K H S L
Decimal 18 107 221 0.92 0.52 0 0.13 213.69 0.85 0.47
Hex 12 6B DD 5C 34 0 D D6 55 2F
Octal 22 153 335 134 64 0 15 326 125 57
Binary 10010 1101011 11011101 1011100 110100 0 1101 11010110 1010101 101111

Color Harmonies of #126BDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #126BDD

Black with #126BDD

Text Example


Text Example

White with #126BDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(18,107,221); }

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

background-color css

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

 a { background-color: rgb(18,107,221); }

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

border-color css

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

 span { border-color: rgb(18,107,221); }

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