Html Css Color HEX #165ADD Navy Blue

📋 copy color: '#165ADD'

red 22 ◦ green 90 ◦ blue 221

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

Shades of Navy Blue #165ADD

Tints of Navy Blue #165ADD

RGB

 RED value IS 22 (8.98% from 255) = 6.61%

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

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

R = 6.61%
G = 27.03%
B = 66.37%

CMYK

 C value IS 0.90

 M value IS 0.59

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#165ADD (or 0x165ADD) is known color: Navy Blue. HEX triplet: 16, 5A and DD. RGB value is (22,90,221). Sum of RGB (Red+Green+Blue) = 22+90+221=333 (44% of max value = 765). Red value is 22 (8.98% from 255 or 6.61% from 333); Green value is 90 (35.55% from 255 or 27.03% from 333); Blue value is 221 (86.72% from 255 or 66.37% from 333); Max value from RGB is 221 - color contains mainly: blue. Hex color #165ADD is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #165ADD is #E9A522. Grayscale: #545454. Windows color (decimal): -15312163 or 14506518. OLE color: 14506518.

HSL color Cylindrical-coordinate representation of color #165ADD: hue angle of 219.5º degrees, saturation: 0.82, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #165ADD is Cyan = 0.90, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 22 90 221 -
CMYK 0.90 0.59 0 0.13
HSL 219.5º 0.82% 0.48% -
HSV(B) 219.5º 0.9% 0.87% -
XYZ 17.04 12.7 69.96 -
YUV 84.6 204.97 83.35 -
System Red Green Blue C M Y K H S L
Decimal 22 90 221 0.90 0.59 0 0.13 219.5 0.82 0.48
Hex 16 5A DD 5A 3B 0 D DB 52 30
Octal 26 132 335 132 73 0 15 333 122 60
Binary 10110 1011010 11011101 1011010 111011 0 1101 11011011 1010010 110000

Color Harmonies of #165ADD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #165ADD

Black with #165ADD

Text Example


Text Example

White with #165ADD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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