Html Css Color HEX #165EDF Navy Blue

📋 copy color: '#165EDF'

red 22 ◦ green 94 ◦ blue 223

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

Shades of Navy Blue #165EDF

Tints of Navy Blue #165EDF

RGB

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

 GREEN value IS 94 (37.11% from 255) = 27.73%

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

R = 6.49%
G = 27.73%
B = 65.78%

CMYK

 C value IS 0.90

 M value IS 0.58

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#165EDF (or 0x165EDF) is known color: Navy Blue. HEX triplet: 16, 5E and DF. RGB value is (22,94,223). Sum of RGB (Red+Green+Blue) = 22+94+223=339 (44% of max value = 765). Red value is 22 (8.98% from 255 or 6.49% from 339); Green value is 94 (37.11% from 255 or 27.73% from 339); Blue value is 223 (87.5% from 255 or 65.78% from 339); Max value from RGB is 223 - color contains mainly: blue. Hex color #165EDF is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #165EDF is #E9A120. Grayscale: #565656. Windows color (decimal): -15311137 or 14638614. OLE color: 14638614.

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

Color convert

RGB 22 94 223 -
CMYK 0.90 0.58 0 0.13
HSL 218.51º 0.82% 0.48% -
HSV(B) 218.51º 0.9% 0.87% -
XYZ 17.65 13.5 71.49 -
YUV 87.18 204.65 81.51 -
System Red Green Blue C M Y K H S L
Decimal 22 94 223 0.90 0.58 0 0.13 218.51 0.82 0.48
Hex 16 5E DF 5A 3A 0 D DB 52 30
Octal 26 136 337 132 72 0 15 333 122 60
Binary 10110 1011110 11011111 1011010 111010 0 1101 11011011 1010010 110000

Color Harmonies of #165EDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #165EDF

Black with #165EDF

Text Example


Text Example

White with #165EDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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