Html Css Color HEX #165DDF Navy Blue

📋 copy color: '#165DDF'

red 22 ◦ green 93 ◦ blue 223

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

Shades of Navy Blue #165DDF

Tints of Navy Blue #165DDF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 65.98%

R = 6.51%
G = 27.51%
B = 65.98%

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

#165DDF (or 0x165DDF) is known color: Navy Blue. HEX triplet: 16, 5D and DF. RGB value is (22,93,223). Sum of RGB (Red+Green+Blue) = 22+93+223=338 (44% of max value = 765). Red value is 22 (8.98% from 255 or 6.51% from 338); Green value is 93 (36.72% from 255 or 27.51% from 338); Blue value is 223 (87.5% from 255 or 65.98% from 338); Max value from RGB is 223 - color contains mainly: blue. Hex color #165DDF is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #165DDF is #E9A220. Grayscale: #565656. Windows color (decimal): -15311393 or 14638358. OLE color: 14638358.

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

Color convert

RGB 22 93 223 -
CMYK 0.90 0.58 0 0.13
HSL 218.81º 0.82% 0.48% -
HSV(B) 218.81º 0.9% 0.87% -
XYZ 17.56 13.33 71.46 -
YUV 86.59 204.98 81.93 -
System Red Green Blue C M Y K H S L
Decimal 22 93 223 0.90 0.58 0 0.13 218.81 0.82 0.48
Hex 16 5D DF 5A 3A 0 D DB 52 30
Octal 26 135 337 132 72 0 15 333 122 60
Binary 10110 1011101 11011111 1011010 111010 0 1101 11011011 1010010 110000

Color Harmonies of #165DDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #165DDF

Black with #165DDF

Text Example


Text Example

White with #165DDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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