Html Css Color HEX #165DED Navy Blue

📋 copy color: '#165DED'

red 22 ◦ green 93 ◦ blue 237

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

Shades of Navy Blue #165DED

Tints of Navy Blue #165DED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 67.33%

R = 6.25%
G = 26.42%
B = 67.33%

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

#165DED (or 0x165DED) is known color: Navy Blue. HEX triplet: 16, 5D and ED. RGB value is (22,93,237). Sum of RGB (Red+Green+Blue) = 22+93+237=352 (46% of max value = 765). Red value is 22 (8.98% from 255 or 6.25% from 352); Green value is 93 (36.72% from 255 or 26.42% from 352); Blue value is 237 (92.97% from 255 or 67.33% from 352); Max value from RGB is 237 - color contains mainly: blue. Hex color #165DED is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #165DED is #E9A212. Grayscale: #575757. Windows color (decimal): -15311379 or 15555862. OLE color: 15555862.

HSL color Cylindrical-coordinate representation of color #165DED: hue angle of 220.19º degrees, saturation: 0.86, 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 #165DED is Cyan = 0.91, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 22 93 237 -
CMYK 0.91 0.61 0 0.07
HSL 220.19º 0.86% 0.51% -
HSV(B) 220.19º 0.91% 0.93% -
XYZ 19.53 14.11 81.82 -
YUV 88.19 211.98 80.79 -
System Red Green Blue C M Y K H S L
Decimal 22 93 237 0.91 0.61 0 0.07 220.19 0.86 0.51
Hex 16 5D ED 5B 3D 0 7 DC 56 33
Octal 26 135 355 133 75 0 7 334 126 63
Binary 10110 1011101 11101101 1011011 111101 0 111 11011100 1010110 110011

Color Harmonies of #165DED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #165DED

Black with #165DED

Text Example


Text Example

White with #165DED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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