Html Css Color HEX #165FDF Navy Blue

📋 copy color: '#165FDF'

red 22 ◦ green 95 ◦ blue 223

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

Shades of Navy Blue #165FDF

Tints of Navy Blue #165FDF

RGB

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

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

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

R = 6.47%
G = 27.94%
B = 65.59%

CMYK

 C value IS 0.90

 M value IS 0.57

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#165FDF (or 0x165FDF) is known color: Navy Blue. HEX triplet: 16, 5F and DF. RGB value is (22,95,223). Sum of RGB (Red+Green+Blue) = 22+95+223=340 (45% of max value = 765). Red value is 22 (8.98% from 255 or 6.47% from 340); Green value is 95 (37.5% from 255 or 27.94% from 340); Blue value is 223 (87.5% from 255 or 65.59% from 340); Max value from RGB is 223 - color contains mainly: blue. Hex color #165FDF is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #165FDF is #E9A020. Grayscale: #575757. Windows color (decimal): -15310881 or 14638870. OLE color: 14638870.

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

Color convert

RGB 22 95 223 -
CMYK 0.90 0.57 0 0.13
HSL 218.21º 0.82% 0.48% -
HSV(B) 218.21º 0.9% 0.87% -
XYZ 17.74 13.68 71.52 -
YUV 87.77 204.32 81.09 -
System Red Green Blue C M Y K H S L
Decimal 22 95 223 0.90 0.57 0 0.13 218.21 0.82 0.48
Hex 16 5F DF 5A 39 0 D DA 52 30
Octal 26 137 337 132 71 0 15 332 122 60
Binary 10110 1011111 11011111 1011010 111001 0 1101 11011010 1010010 110000

Color Harmonies of #165FDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #165FDF

Black with #165FDF

Text Example


Text Example

White with #165FDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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