Html Css Color HEX #106BE0 Navy Blue

📋 copy color: '#106BE0'

red 16 ◦ green 107 ◦ blue 224

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

Shades of Navy Blue #106BE0

Tints of Navy Blue #106BE0

RGB

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

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

 BLUE value IS 224 (87.89% from 255) = 64.55%

R = 4.61%
G = 30.84%
B = 64.55%

CMYK

 C value IS 0.93

 M value IS 0.52

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#106BE0 (or 0x106BE0) is known color: Navy Blue. HEX triplet: 10, 6B and E0. RGB value is (16,107,224). Sum of RGB (Red+Green+Blue) = 16+107+224=347 (45% of max value = 765). Red value is 16 (6.64% from 255 or 4.61% from 347); Green value is 107 (42.19% from 255 or 30.84% from 347); Blue value is 224 (87.89% from 255 or 64.55% from 347); Max value from RGB is 224 - color contains mainly: blue. Hex color #106BE0 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #106BE0 is #EF941F. Grayscale: #5C5C5C. Windows color (decimal): -15701024 or 14707472. OLE color: 14707472.

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

Color convert

RGB 16 107 224 -
CMYK 0.93 0.52 0 0.12
HSL 213.75º 0.87% 0.47% -
HSV(B) 213.75º 0.93% 0.88% -
XYZ 18.93 16.01 72.61 -
YUV 93.13 201.85 72.99 -
System Red Green Blue C M Y K H S L
Decimal 16 107 224 0.93 0.52 0 0.12 213.75 0.87 0.47
Hex 10 6B E0 5D 34 0 C D6 57 2F
Octal 20 153 340 135 64 0 14 326 127 57
Binary 10000 1101011 11100000 1011101 110100 0 1100 11010110 1010111 101111

Color Harmonies of #106BE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #106BE0

Black with #106BE0

Text Example


Text Example

White with #106BE0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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