Html Css Color HEX #106BDA Navy Blue

📋 copy color: '#106BDA'

red 16 ◦ green 107 ◦ blue 218

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

Shades of Navy Blue #106BDA

Tints of Navy Blue #106BDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 63.93%

R = 4.69%
G = 31.38%
B = 63.93%

CMYK

 C value IS 0.93

 M value IS 0.51

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#106BDA (or 0x106BDA) is known color: Navy Blue. HEX triplet: 10, 6B and DA. RGB value is (16,107,218). Sum of RGB (Red+Green+Blue) = 16+107+218=341 (45% of max value = 765). Red value is 16 (6.64% from 255 or 4.69% from 341); Green value is 107 (42.19% from 255 or 31.38% from 341); Blue value is 218 (85.55% from 255 or 63.93% from 341); Max value from RGB is 218 - color contains mainly: blue. Hex color #106BDA is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #106BDA is #EF9425. Grayscale: #5B5B5B. Windows color (decimal): -15701030 or 14314256. OLE color: 14314256.

HSL color Cylindrical-coordinate representation of color #106BDA: hue angle of 212.97º degrees, saturation: 0.86, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #106BDA is Cyan = 0.93, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 16 107 218 -
CMYK 0.93 0.51 0 0.15
HSL 212.97º 0.86% 0.46% -
HSV(B) 212.97º 0.93% 0.85% -
XYZ 18.13 15.69 68.4 -
YUV 92.45 198.85 73.47 -
System Red Green Blue C M Y K H S L
Decimal 16 107 218 0.93 0.51 0 0.15 212.97 0.86 0.46
Hex 10 6B DA 5D 33 0 F D5 56 2E
Octal 20 153 332 135 63 0 17 325 126 56
Binary 10000 1101011 11011010 1011101 110011 0 1111 11010101 1010110 101110

Color Harmonies of #106BDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #106BDA

Black with #106BDA

Text Example


Text Example

White with #106BDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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