Html Css Color HEX #165ADF Navy Blue

📋 copy color: '#165ADF'

red 22 ◦ green 90 ◦ blue 223

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

Shades of Navy Blue #165ADF

Tints of Navy Blue #165ADF

RGB

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

 GREEN value IS 90 (35.55% from 255) = 26.87%

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

R = 6.57%
G = 26.87%
B = 66.57%

CMYK

 C value IS 0.90

 M value IS 0.60

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#165ADF (or 0x165ADF) is known color: Navy Blue. HEX triplet: 16, 5A and DF. RGB value is (22,90,223). Sum of RGB (Red+Green+Blue) = 22+90+223=335 (44% of max value = 765). Red value is 22 (8.98% from 255 or 6.57% from 335); Green value is 90 (35.55% from 255 or 26.87% from 335); Blue value is 223 (87.5% from 255 or 66.57% from 335); Max value from RGB is 223 - color contains mainly: blue. Hex color #165ADF is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #165ADF is #E9A520. Grayscale: #545454. Windows color (decimal): -15312161 or 14637590. OLE color: 14637590.

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

Color convert

RGB 22 90 223 -
CMYK 0.90 0.60 0 0.13
HSL 219.7º 0.82% 0.48% -
HSV(B) 219.7º 0.9% 0.87% -
XYZ 17.31 12.81 71.37 -
YUV 84.83 205.97 83.19 -
System Red Green Blue C M Y K H S L
Decimal 22 90 223 0.90 0.60 0 0.13 219.7 0.82 0.48
Hex 16 5A DF 5A 3C 0 D DC 52 30
Octal 26 132 337 132 74 0 15 334 122 60
Binary 10110 1011010 11011111 1011010 111100 0 1101 11011100 1010010 110000

Color Harmonies of #165ADF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #165ADF

Black with #165ADF

Text Example


Text Example

White with #165ADF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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