Html Css Color HEX #165BDF Navy Blue

📋 copy color: '#165BDF'

red 22 ◦ green 91 ◦ blue 223

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

Shades of Navy Blue #165BDF

Tints of Navy Blue #165BDF

RGB

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

 GREEN value IS 91 (35.94% from 255) = 27.08%

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

R = 6.55%
G = 27.08%
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

#165BDF (or 0x165BDF) is known color: Navy Blue. HEX triplet: 16, 5B and DF. RGB value is (22,91,223). Sum of RGB (Red+Green+Blue) = 22+91+223=336 (44% of max value = 765). Red value is 22 (8.98% from 255 or 6.55% from 336); Green value is 91 (35.94% from 255 or 27.08% from 336); Blue value is 223 (87.5% from 255 or 66.37% from 336); Max value from RGB is 223 - color contains mainly: blue. Hex color #165BDF is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #165BDF is #E9A420. Grayscale: #545454. Windows color (decimal): -15311905 or 14637846. OLE color: 14637846.

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

Color convert

RGB 22 91 223 -
CMYK 0.90 0.59 0 0.13
HSL 219.4º 0.82% 0.48% -
HSV(B) 219.4º 0.9% 0.87% -
XYZ 17.39 12.98 71.4 -
YUV 85.42 205.64 82.77 -
System Red Green Blue C M Y K H S L
Decimal 22 91 223 0.90 0.59 0 0.13 219.4 0.82 0.48
Hex 16 5B DF 5A 3B 0 D DB 52 30
Octal 26 133 337 132 73 0 15 333 122 60
Binary 10110 1011011 11011111 1011010 111011 0 1101 11011011 1010010 110000

Color Harmonies of #165BDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #165BDF

Black with #165BDF

Text Example


Text Example

White with #165BDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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