Html Css Color HEX #165DDD Navy Blue

📋 copy color: '#165DDD'

red 22 ◦ green 93 ◦ blue 221

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

Shades of Navy Blue #165DDD

Tints of Navy Blue #165DDD

RGB

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

 GREEN value IS 93 (36.72% from 255) = 27.68%

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

R = 6.55%
G = 27.68%
B = 65.77%

CMYK

 C value IS 0.90

 M value IS 0.58

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#165DDD (or 0x165DDD) is known color: Navy Blue. HEX triplet: 16, 5D and DD. RGB value is (22,93,221). Sum of RGB (Red+Green+Blue) = 22+93+221=336 (44% of max value = 765). Red value is 22 (8.98% from 255 or 6.55% from 336); Green value is 93 (36.72% from 255 or 27.68% from 336); Blue value is 221 (86.72% from 255 or 65.77% from 336); Max value from RGB is 221 - color contains mainly: blue. Hex color #165DDD is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #165DDD is #E9A222. Grayscale: #555555. Windows color (decimal): -15311395 or 14507286. OLE color: 14507286.

HSL color Cylindrical-coordinate representation of color #165DDD: hue angle of 218.59º 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 #165DDD is Cyan = 0.90, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 22 93 221 -
CMYK 0.90 0.58 0 0.13
HSL 218.59º 0.82% 0.48% -
HSV(B) 218.59º 0.9% 0.87% -
XYZ 17.3 13.22 70.05 -
YUV 86.36 203.98 82.09 -
System Red Green Blue C M Y K H S L
Decimal 22 93 221 0.90 0.58 0 0.13 218.59 0.82 0.48
Hex 16 5D DD 5A 3A 0 D DB 52 30
Octal 26 135 335 132 72 0 15 333 122 60
Binary 10110 1011101 11011101 1011010 111010 0 1101 11011011 1010010 110000

Color Harmonies of #165DDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #165DDD

Black with #165DDD

Text Example


Text Example

White with #165DDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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