Html Css Color HEX #165CDB Navy Blue

📋 copy color: '#165CDB'

red 22 ◦ green 92 ◦ blue 219

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

Shades of Navy Blue #165CDB

Tints of Navy Blue #165CDB

RGB

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

 GREEN value IS 92 (36.33% from 255) = 27.63%

 BLUE value IS 219 (85.94% from 255) = 65.77%

R = 6.61%
G = 27.63%
B = 65.77%

CMYK

 C value IS 0.90

 M value IS 0.58

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#165CDB (or 0x165CDB) is known color: Navy Blue. HEX triplet: 16, 5C and DB. RGB value is (22,92,219). Sum of RGB (Red+Green+Blue) = 22+92+219=333 (44% of max value = 765). Red value is 22 (8.98% from 255 or 6.61% from 333); Green value is 92 (36.33% from 255 or 27.63% from 333); Blue value is 219 (85.94% from 255 or 65.77% from 333); Max value from RGB is 219 - color contains mainly: blue. Hex color #165CDB is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #165CDB is #E9A324. Grayscale: #545454. Windows color (decimal): -15311653 or 14375958. OLE color: 14375958.

HSL color Cylindrical-coordinate representation of color #165CDB: hue angle of 218.68º degrees, saturation: 0.82, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #165CDB is Cyan = 0.90, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 22 92 219 -
CMYK 0.90 0.58 0 0.14
HSL 218.68º 0.82% 0.47% -
HSV(B) 218.68º 0.9% 0.86% -
XYZ 16.94 12.94 68.62 -
YUV 85.55 203.31 82.67 -
System Red Green Blue C M Y K H S L
Decimal 22 92 219 0.90 0.58 0 0.14 218.68 0.82 0.47
Hex 16 5C DB 5A 3A 0 E DB 52 2F
Octal 26 134 333 132 72 0 16 333 122 57
Binary 10110 1011100 11011011 1011010 111010 0 1110 11011011 1010010 101111

Color Harmonies of #165CDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #165CDB

Black with #165CDB

Text Example


Text Example

White with #165CDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(22,92,219); }

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

background-color css

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

 a { background-color: rgb(22,92,219); }

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

border-color css

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

 span { border-color: rgb(22,92,219); }

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