Html Css Color HEX #126BDB Navy Blue

📋 copy color: '#126BDB'

red 18 ◦ green 107 ◦ blue 219

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

Shades of Navy Blue #126BDB

Tints of Navy Blue #126BDB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 63.66%

R = 5.23%
G = 31.1%
B = 63.66%

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

#126BDB (or 0x126BDB) is known color: Navy Blue. HEX triplet: 12, 6B and DB. RGB value is (18,107,219). Sum of RGB (Red+Green+Blue) = 18+107+219=344 (45% of max value = 765). Red value is 18 (7.42% from 255 or 5.23% from 344); Green value is 107 (42.19% from 255 or 31.10% from 344); Blue value is 219 (85.94% from 255 or 63.66% from 344); Max value from RGB is 219 - color contains mainly: blue. Hex color #126BDB is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #126BDB is #ED9424. Grayscale: #5C5C5C. Windows color (decimal): -15569957 or 14379794. OLE color: 14379794.

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

Color convert

RGB 18 107 219 -
CMYK 0.92 0.51 0 0.14
HSL 213.43º 0.85% 0.46% -
HSV(B) 213.43º 0.92% 0.86% -
XYZ 18.29 15.76 69.1 -
YUV 93.16 199.01 74.39 -
System Red Green Blue C M Y K H S L
Decimal 18 107 219 0.92 0.51 0 0.14 213.43 0.85 0.46
Hex 12 6B DB 5C 33 0 E D5 55 2E
Octal 22 153 333 134 63 0 16 325 125 56
Binary 10010 1101011 11011011 1011100 110011 0 1110 11010101 1010101 101110

Color Harmonies of #126BDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #126BDB

Black with #126BDB

Text Example


Text Example

White with #126BDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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