Html Css Color HEX #165EE0 Navy Blue

📋 copy color: '#165EE0'

red 22 ◦ green 94 ◦ blue 224

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

Shades of Navy Blue #165EE0

Tints of Navy Blue #165EE0

RGB

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

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

 BLUE value IS 224 (87.89% from 255) = 65.88%

R = 6.47%
G = 27.65%
B = 65.88%

CMYK

 C value IS 0.90

 M value IS 0.58

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#165EE0 (or 0x165EE0) is known color: Navy Blue. HEX triplet: 16, 5E and E0. RGB value is (22,94,224). Sum of RGB (Red+Green+Blue) = 22+94+224=340 (45% of max value = 765). Red value is 22 (8.98% from 255 or 6.47% from 340); Green value is 94 (37.11% from 255 or 27.65% from 340); Blue value is 224 (87.89% from 255 or 65.88% from 340); Max value from RGB is 224 - color contains mainly: blue. Hex color #165EE0 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #165EE0 is #E9A11F. Grayscale: #565656. Windows color (decimal): -15311136 or 14704150. OLE color: 14704150.

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

Color convert

RGB 22 94 224 -
CMYK 0.90 0.58 0 0.12
HSL 218.61º 0.82% 0.48% -
HSV(B) 218.61º 0.9% 0.88% -
XYZ 17.79 13.56 72.2 -
YUV 87.29 205.15 81.43 -
System Red Green Blue C M Y K H S L
Decimal 22 94 224 0.90 0.58 0 0.12 218.61 0.82 0.48
Hex 16 5E E0 5A 3A 0 C DB 52 30
Octal 26 136 340 132 72 0 14 333 122 60
Binary 10110 1011110 11100000 1011010 111010 0 1100 11011011 1010010 110000

Color Harmonies of #165EE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #165EE0

Black with #165EE0

Text Example


Text Example

White with #165EE0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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