Html Css Color HEX #165DEC Navy Blue

📋 copy color: '#165DEC'

red 22 ◦ green 93 ◦ blue 236

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

Shades of Navy Blue #165DEC

Tints of Navy Blue #165DEC

RGB

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

 GREEN value IS 93 (36.72% from 255) = 26.5%

 BLUE value IS 236 (92.58% from 255) = 67.24%

R = 6.27%
G = 26.5%
B = 67.24%

CMYK

 C value IS 0.91

 M value IS 0.61

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#165DEC (or 0x165DEC) is known color: Navy Blue. HEX triplet: 16, 5D and EC. RGB value is (22,93,236). Sum of RGB (Red+Green+Blue) = 22+93+236=351 (46% of max value = 765). Red value is 22 (8.98% from 255 or 6.27% from 351); Green value is 93 (36.72% from 255 or 26.50% from 351); Blue value is 236 (92.58% from 255 or 67.24% from 351); Max value from RGB is 236 - color contains mainly: blue. Hex color #165DEC is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #165DEC is #E9A213. Grayscale: #575757. Windows color (decimal): -15311380 or 15490326. OLE color: 15490326.

HSL color Cylindrical-coordinate representation of color #165DEC: hue angle of 220.09º degrees, saturation: 0.85, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #165DEC is Cyan = 0.91, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 22 93 236 -
CMYK 0.91 0.61 0 0.07
HSL 220.09º 0.85% 0.51% -
HSV(B) 220.09º 0.91% 0.93% -
XYZ 19.39 14.06 81.05 -
YUV 88.07 211.48 80.87 -
System Red Green Blue C M Y K H S L
Decimal 22 93 236 0.91 0.61 0 0.07 220.09 0.85 0.51
Hex 16 5D EC 5B 3D 0 7 DC 55 33
Octal 26 135 354 133 75 0 7 334 125 63
Binary 10110 1011101 11101100 1011011 111101 0 111 11011100 1010101 110011

Color Harmonies of #165DEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #165DEC

Black with #165DEC

Text Example


Text Example

White with #165DEC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(22,93,236); }

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

background-color css

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

 a { background-color: rgb(22,93,236); }

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

border-color css

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

 span { border-color: rgb(22,93,236); }

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