Html Css Color HEX #106BDE Navy Blue

📋 copy color: '#106BDE'

red 16 ◦ green 107 ◦ blue 222

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

Shades of Navy Blue #106BDE

Tints of Navy Blue #106BDE

RGB

 RED value IS 16 (6.64% from 255) = 4.64%

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

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

R = 4.64%
G = 31.01%
B = 64.35%

CMYK

 C value IS 0.93

 M value IS 0.52

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#106BDE (or 0x106BDE) is known color: Navy Blue. HEX triplet: 10, 6B and DE. RGB value is (16,107,222). Sum of RGB (Red+Green+Blue) = 16+107+222=345 (45% of max value = 765). Red value is 16 (6.64% from 255 or 4.64% from 345); Green value is 107 (42.19% from 255 or 31.01% from 345); Blue value is 222 (87.11% from 255 or 64.35% from 345); Max value from RGB is 222 - color contains mainly: blue. Hex color #106BDE is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #106BDE is #EF9421. Grayscale: #5C5C5C. Windows color (decimal): -15701026 or 14576400. OLE color: 14576400.

HSL color Cylindrical-coordinate representation of color #106BDE: hue angle of 213.5º degrees, saturation: 0.87, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #106BDE is Cyan = 0.93, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 16 107 222 -
CMYK 0.93 0.52 0 0.13
HSL 213.5º 0.87% 0.47% -
HSV(B) 213.5º 0.93% 0.87% -
XYZ 18.66 15.9 71.19 -
YUV 92.9 200.85 73.15 -
System Red Green Blue C M Y K H S L
Decimal 16 107 222 0.93 0.52 0 0.13 213.5 0.87 0.47
Hex 10 6B DE 5D 34 0 D D5 57 2F
Octal 20 153 336 135 64 0 15 325 127 57
Binary 10000 1101011 11011110 1011101 110100 0 1101 11010101 1010111 101111

Color Harmonies of #106BDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #106BDE

Black with #106BDE

Text Example


Text Example

White with #106BDE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #106BDE; }

 p { color: rgb(16,107,222); }

 H1.HeaderClassName
 {
   color: #106BDE;
 }
 .AnyTagClassName
 {
   color: #106BDE;
 }
</style>

background-color css

<style>
 a { background-color: #106BDE; }

 a { background-color: rgb(16,107,222); }

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

border-color css

<style>
 span { border-color: #106BDE; }

 span { border-color: rgb(16,107,222); }

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