Html Css Color HEX #106CDE Navy Blue

📋 copy color: '#106CDE'

red 16 ◦ green 108 ◦ blue 222

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

Shades of Navy Blue #106CDE

Tints of Navy Blue #106CDE

RGB

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

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

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

R = 4.62%
G = 31.21%
B = 64.16%

CMYK

 C value IS 0.93

 M value IS 0.51

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#106CDE (or 0x106CDE) is known color: Navy Blue. HEX triplet: 10, 6C and DE. RGB value is (16,108,222). Sum of RGB (Red+Green+Blue) = 16+108+222=346 (45% of max value = 765). Red value is 16 (6.64% from 255 or 4.62% from 346); Green value is 108 (42.58% from 255 or 31.21% from 346); Blue value is 222 (87.11% from 255 or 64.16% from 346); Max value from RGB is 222 - color contains mainly: blue. Hex color #106CDE is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #106CDE is #EF9321. Grayscale: #5C5C5C. Windows color (decimal): -15700770 or 14576656. OLE color: 14576656.

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

Color convert

RGB 16 108 222 -
CMYK 0.93 0.51 0 0.13
HSL 213.2º 0.87% 0.47% -
HSV(B) 213.2º 0.93% 0.87% -
XYZ 18.76 16.11 71.23 -
YUV 93.49 200.52 72.73 -
System Red Green Blue C M Y K H S L
Decimal 16 108 222 0.93 0.51 0 0.13 213.2 0.87 0.47
Hex 10 6C DE 5D 33 0 D D5 57 2F
Octal 20 154 336 135 63 0 15 325 127 57
Binary 10000 1101100 11011110 1011101 110011 0 1101 11010101 1010111 101111

Color Harmonies of #106CDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #106CDE

Black with #106CDE

Text Example


Text Example

White with #106CDE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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