Html Css Color HEX #106CE1 Navy Blue

📋 copy color: '#106CE1'

red 16 ◦ green 108 ◦ blue 225

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

Shades of Navy Blue #106CE1

Tints of Navy Blue #106CE1

RGB

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

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

 BLUE value IS 225 (88.28% from 255) = 64.47%

R = 4.58%
G = 30.95%
B = 64.47%

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

#106CE1 (or 0x106CE1) is known color: Navy Blue. HEX triplet: 10, 6C and E1. RGB value is (16,108,225). Sum of RGB (Red+Green+Blue) = 16+108+225=349 (46% of max value = 765). Red value is 16 (6.64% from 255 or 4.58% from 349); Green value is 108 (42.58% from 255 or 30.95% from 349); Blue value is 225 (88.28% from 255 or 64.47% from 349); Max value from RGB is 225 - color contains mainly: blue. Hex color #106CE1 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #106CE1 is #EF931E. Grayscale: #5D5D5D. Windows color (decimal): -15700767 or 14773264. OLE color: 14773264.

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

Color convert

RGB 16 108 225 -
CMYK 0.93 0.52 0 0.12
HSL 213.59º 0.87% 0.47% -
HSV(B) 213.59º 0.93% 0.88% -
XYZ 19.17 16.27 73.36 -
YUV 93.83 202.02 72.49 -
System Red Green Blue C M Y K H S L
Decimal 16 108 225 0.93 0.52 0 0.12 213.59 0.87 0.47
Hex 10 6C E1 5D 34 0 C D6 57 2F
Octal 20 154 341 135 64 0 14 326 127 57
Binary 10000 1101100 11100001 1011101 110100 0 1100 11010110 1010111 101111

Color Harmonies of #106CE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #106CE1

Black with #106CE1

Text Example


Text Example

White with #106CE1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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