Html Css Color HEX #105ADB Navy Blue

📋 copy color: '#105ADB'

red 16 ◦ green 90 ◦ blue 219

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

Shades of Navy Blue #105ADB

Tints of Navy Blue #105ADB

RGB

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

 GREEN value IS 90 (35.55% from 255) = 27.69%

 BLUE value IS 219 (85.94% from 255) = 67.38%

R = 4.92%
G = 27.69%
B = 67.38%

CMYK

 C value IS 0.93

 M value IS 0.59

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#105ADB (or 0x105ADB) is known color: Navy Blue. HEX triplet: 10, 5A and DB. RGB value is (16,90,219). Sum of RGB (Red+Green+Blue) = 16+90+219=325 (43% of max value = 765). Red value is 16 (6.64% from 255 or 4.92% from 325); Green value is 90 (35.55% from 255 or 27.69% from 325); Blue value is 219 (85.94% from 255 or 67.38% from 325); Max value from RGB is 219 - color contains mainly: blue. Hex color #105ADB is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #105ADB is #EFA524. Grayscale: #515151. Windows color (decimal): -15705381 or 14375440. OLE color: 14375440.

HSL color Cylindrical-coordinate representation of color #105ADB: hue angle of 218.13º degrees, saturation: 0.86, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #105ADB is Cyan = 0.93, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 16 90 219 -
CMYK 0.93 0.59 0 0.14
HSL 218.13º 0.86% 0.46% -
HSV(B) 218.13º 0.93% 0.86% -
XYZ 16.66 12.54 68.56 -
YUV 82.58 204.98 80.51 -
System Red Green Blue C M Y K H S L
Decimal 16 90 219 0.93 0.59 0 0.14 218.13 0.86 0.46
Hex 10 5A DB 5D 3B 0 E DA 56 2E
Octal 20 132 333 135 73 0 16 332 126 56
Binary 10000 1011010 11011011 1011101 111011 0 1110 11011010 1010110 101110

Color Harmonies of #105ADB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #105ADB

Black with #105ADB

Text Example


Text Example

White with #105ADB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #105ADB; }

 p { color: rgb(16,90,219); }

 H1.HeaderClassName
 {
   color: #105ADB;
 }
 .AnyTagClassName
 {
   color: #105ADB;
 }
</style>

background-color css

<style>
 a { background-color: #105ADB; }

 a { background-color: rgb(16,90,219); }

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

border-color css

<style>
 span { border-color: #105ADB; }

 span { border-color: rgb(16,90,219); }

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