Html Css Color HEX #106BEF Navy Blue

📋 copy color: '#106BEF'

red 16 ◦ green 107 ◦ blue 239

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

Shades of Navy Blue #106BEF

Tints of Navy Blue #106BEF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 66.02%

R = 4.42%
G = 29.56%
B = 66.02%

CMYK

 C value IS 0.93

 M value IS 0.55

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#106BEF (or 0x106BEF) is known color: Navy Blue. HEX triplet: 10, 6B and EF. RGB value is (16,107,239). Sum of RGB (Red+Green+Blue) = 16+107+239=362 (47% of max value = 765). Red value is 16 (6.64% from 255 or 4.42% from 362); Green value is 107 (42.19% from 255 or 29.56% from 362); Blue value is 239 (93.75% from 255 or 66.02% from 362); Max value from RGB is 239 - color contains mainly: blue. Hex color #106BEF is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #106BEF is #EF9410. Grayscale: #5E5E5E. Windows color (decimal): -15701009 or 15690512. OLE color: 15690512.

HSL color Cylindrical-coordinate representation of color #106BEF: hue angle of 215.52º degrees, saturation: 0.87, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #106BEF is Cyan = 0.93, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 16 107 239 -
CMYK 0.93 0.55 0 0.06
HSL 215.52º 0.87% 0.5% -
HSV(B) 215.52º 0.93% 0.94% -
XYZ 21.05 16.86 83.81 -
YUV 94.84 209.35 71.77 -
System Red Green Blue C M Y K H S L
Decimal 16 107 239 0.93 0.55 0 0.06 215.52 0.87 0.5
Hex 10 6B EF 5D 37 0 6 D8 57 32
Octal 20 153 357 135 67 0 6 330 127 62
Binary 10000 1101011 11101111 1011101 110111 0 110 11011000 1010111 110010

Color Harmonies of #106BEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #106BEF

Black with #106BEF

Text Example


Text Example

White with #106BEF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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