Html Css Color HEX #165BDD Navy Blue

📋 copy color: '#165BDD'

red 22 ◦ green 91 ◦ blue 221

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

Shades of Navy Blue #165BDD

Tints of Navy Blue #165BDD

RGB

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

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

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

R = 6.59%
G = 27.25%
B = 66.17%

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

#165BDD (or 0x165BDD) is known color: Navy Blue. HEX triplet: 16, 5B and DD. RGB value is (22,91,221). Sum of RGB (Red+Green+Blue) = 22+91+221=334 (44% of max value = 765). Red value is 22 (8.98% from 255 or 6.59% from 334); Green value is 91 (35.94% from 255 or 27.25% from 334); Blue value is 221 (86.72% from 255 or 66.17% from 334); Max value from RGB is 221 - color contains mainly: blue. Hex color #165BDD is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #165BDD is #E9A422. Grayscale: #545454. Windows color (decimal): -15311907 or 14506774. OLE color: 14506774.

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

Color convert

RGB 22 91 221 -
CMYK 0.90 0.59 0 0.13
HSL 219.2º 0.82% 0.48% -
HSV(B) 219.2º 0.9% 0.87% -
XYZ 17.12 12.87 69.99 -
YUV 85.19 204.64 82.93 -
System Red Green Blue C M Y K H S L
Decimal 22 91 221 0.90 0.59 0 0.13 219.2 0.82 0.48
Hex 16 5B DD 5A 3B 0 D DB 52 30
Octal 26 133 335 132 73 0 15 333 122 60
Binary 10110 1011011 11011101 1011010 111011 0 1101 11011011 1010010 110000

Color Harmonies of #165BDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #165BDD

Black with #165BDD

Text Example


Text Example

White with #165BDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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