Html Css Color HEX #164DEE Navy Blue

📋 copy color: '#164DEE'

red 22 ◦ green 77 ◦ blue 238

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

Shades of Navy Blue #164DEE

Tints of Navy Blue #164DEE

RGB

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

 GREEN value IS 77 (30.47% from 255) = 22.85%

 BLUE value IS 238 (93.36% from 255) = 70.62%

R = 6.53%
G = 22.85%
B = 70.62%

CMYK

 C value IS 0.91

 M value IS 0.68

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#164DEE (or 0x164DEE) is known color: Navy Blue. HEX triplet: 16, 4D and EE. RGB value is (22,77,238). Sum of RGB (Red+Green+Blue) = 22+77+238=337 (44% of max value = 765). Red value is 22 (8.98% from 255 or 6.53% from 337); Green value is 77 (30.47% from 255 or 22.85% from 337); Blue value is 238 (93.36% from 255 or 70.62% from 337); Max value from RGB is 238 - color contains mainly: blue. Hex color #164DEE is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #164DEE is #E9B211. Grayscale: #4E4E4E. Windows color (decimal): -15315474 or 15617302. OLE color: 15617302.

HSL color Cylindrical-coordinate representation of color #164DEE: hue angle of 224.72º 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 #164DEE is Cyan = 0.91, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 22 77 238 -
CMYK 0.91 0.68 0 0.07
HSL 224.72º 0.86% 0.51% -
HSV(B) 224.72º 0.91% 0.93% -
XYZ 18.42 11.65 82.17 -
YUV 78.91 217.78 87.41 -
System Red Green Blue C M Y K H S L
Decimal 22 77 238 0.91 0.68 0 0.07 224.72 0.86 0.51
Hex 16 4D EE 5B 44 0 7 E1 56 33
Octal 26 115 356 133 104 0 7 341 126 63
Binary 10110 1001101 11101110 1011011 1000100 0 111 11100001 1010110 110011

Color Harmonies of #164DEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #164DEE

Black with #164DEE

Text Example


Text Example

White with #164DEE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #164DEE; }

 p { color: rgb(22,77,238); }

 H1.HeaderClassName
 {
   color: #164DEE;
 }
 .AnyTagClassName
 {
   color: #164DEE;
 }
</style>

background-color css

<style>
 a { background-color: #164DEE; }

 a { background-color: rgb(22,77,238); }

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

border-color css

<style>
 span { border-color: #164DEE; }

 span { border-color: rgb(22,77,238); }

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