Html Css Color HEX #106FE7 Navy Blue

📋 copy color: '#106FE7'

red 16 ◦ green 111 ◦ blue 231

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

Shades of Navy Blue #106FE7

Tints of Navy Blue #106FE7

RGB

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

 GREEN value IS 111 (43.75% from 255) = 31.01%

 BLUE value IS 231 (90.63% from 255) = 64.53%

R = 4.47%
G = 31.01%
B = 64.53%

CMYK

 C value IS 0.93

 M value IS 0.52

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#106FE7 (or 0x106FE7) is known color: Navy Blue. HEX triplet: 10, 6F and E7. RGB value is (16,111,231). Sum of RGB (Red+Green+Blue) = 16+111+231=358 (47% of max value = 765). Red value is 16 (6.64% from 255 or 4.47% from 358); Green value is 111 (43.75% from 255 or 31.01% from 358); Blue value is 231 (90.62% from 255 or 64.53% from 358); Max value from RGB is 231 - color contains mainly: blue. Hex color #106FE7 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #106FE7 is #EF9018. Grayscale: #5F5F5F. Windows color (decimal): -15699993 or 15167248. OLE color: 15167248.

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

Color convert

RGB 16 111 231 -
CMYK 0.93 0.52 0 0.09
HSL 213.49º 0.87% 0.48% -
HSV(B) 213.49º 0.93% 0.91% -
XYZ 20.32 17.25 77.86 -
YUV 96.28 204.03 70.74 -
System Red Green Blue C M Y K H S L
Decimal 16 111 231 0.93 0.52 0 0.09 213.49 0.87 0.48
Hex 10 6F E7 5D 34 0 9 D5 57 30
Octal 20 157 347 135 64 0 11 325 127 60
Binary 10000 1101111 11100111 1011101 110100 0 1001 11010101 1010111 110000

Color Harmonies of #106FE7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #106FE7

Black with #106FE7

Text Example


Text Example

White with #106FE7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(16,111,231); }

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

background-color css

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

 a { background-color: rgb(16,111,231); }

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

border-color css

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

 span { border-color: rgb(16,111,231); }

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