Html Css Color HEX #105ADD Navy Blue

📋 copy color: '#105ADD'

red 16 ◦ green 90 ◦ blue 221

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

Shades of Navy Blue #105ADD

Tints of Navy Blue #105ADD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 67.58%

R = 4.89%
G = 27.52%
B = 67.58%

CMYK

 C value IS 0.93

 M value IS 0.59

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#105ADD (or 0x105ADD) is known color: Navy Blue. HEX triplet: 10, 5A and DD. RGB value is (16,90,221). Sum of RGB (Red+Green+Blue) = 16+90+221=327 (43% of max value = 765). Red value is 16 (6.64% from 255 or 4.89% from 327); Green value is 90 (35.55% from 255 or 27.52% from 327); Blue value is 221 (86.72% from 255 or 67.58% from 327); Max value from RGB is 221 - color contains mainly: blue. Hex color #105ADD is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #105ADD is #EFA522. Grayscale: #525252. Windows color (decimal): -15705379 or 14506512. OLE color: 14506512.

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

Color convert

RGB 16 90 221 -
CMYK 0.93 0.59 0 0.13
HSL 218.34º 0.86% 0.46% -
HSV(B) 218.34º 0.93% 0.87% -
XYZ 16.92 12.64 69.96 -
YUV 82.81 205.98 80.35 -
System Red Green Blue C M Y K H S L
Decimal 16 90 221 0.93 0.59 0 0.13 218.34 0.86 0.46
Hex 10 5A DD 5D 3B 0 D DA 56 2E
Octal 20 132 335 135 73 0 15 332 126 56
Binary 10000 1011010 11011101 1011101 111011 0 1101 11011010 1010110 101110

Color Harmonies of #105ADD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #105ADD

Black with #105ADD

Text Example


Text Example

White with #105ADD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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