Html Css Color HEX #165FDC Navy Blue

📋 copy color: '#165FDC'

red 22 ◦ green 95 ◦ blue 220

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

Shades of Navy Blue #165FDC

Tints of Navy Blue #165FDC

RGB

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

 GREEN value IS 95 (37.5% from 255) = 28.19%

 BLUE value IS 220 (86.33% from 255) = 65.28%

R = 6.53%
G = 28.19%
B = 65.28%

CMYK

 C value IS 0.9

 M value IS 0.57

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#165FDC (or 0x165FDC) is known color: Navy Blue. HEX triplet: 16, 5F and DC. RGB value is (22,95,220). Sum of RGB (Red+Green+Blue) = 22+95+220=337 (44% of max value = 765). Red value is 22 (8.98% from 255 or 6.53% from 337); Green value is 95 (37.5% from 255 or 28.19% from 337); Blue value is 220 (86.33% from 255 or 65.28% from 337); Max value from RGB is 220 - color contains mainly: blue. Hex color #165FDC is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #165FDC is #E9A023. Grayscale: #565656. Windows color (decimal): -15310884 or 14442262. OLE color: 14442262.

HSL color Cylindrical-coordinate representation of color #165FDC: hue angle of 217.88º 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 #165FDC is Cyan = 0.9, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 22 95 220 -
CMYK 0.9 0.57 0 0.14
HSL 217.88º 0.82% 0.47% -
HSV(B) 217.88º 0.9% 0.86% -
XYZ 17.34 13.52 69.41 -
YUV 87.42 202.82 81.34 -
System Red Green Blue C M Y K H S L
Decimal 22 95 220 0.9 0.57 0 0.14 217.88 0.82 0.47
Hex 16 5F DC 5A 39 0 E DA 52 2F
Octal 26 137 334 132 71 0 16 332 122 57
Binary 10110 1011111 11011100 1011010 111001 0 1110 11011010 1010010 101111

Color Harmonies of #165FDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #165FDC

Black with #165FDC

Text Example


Text Example

White with #165FDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(22,95,220); }

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

background-color css

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

 a { background-color: rgb(22,95,220); }

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

border-color css

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

 span { border-color: rgb(22,95,220); }

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