Html Css Color HEX #164CEF Navy Blue

📋 copy color: '#164CEF'

red 22 ◦ green 76 ◦ blue 239

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

Shades of Navy Blue #164CEF

Tints of Navy Blue #164CEF

RGB

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

 GREEN value IS 76 (30.08% from 255) = 22.55%

 BLUE value IS 239 (93.75% from 255) = 70.92%

R = 6.53%
G = 22.55%
B = 70.92%

CMYK

 C value IS 0.91

 M value IS 0.68

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#164CEF (or 0x164CEF) is known color: Navy Blue. HEX triplet: 16, 4C and EF. RGB value is (22,76,239). Sum of RGB (Red+Green+Blue) = 22+76+239=337 (44% of max value = 765). Red value is 22 (8.98% from 255 or 6.53% from 337); Green value is 76 (30.08% from 255 or 22.55% from 337); Blue value is 239 (93.75% from 255 or 70.92% from 337); Max value from RGB is 239 - color contains mainly: blue. Hex color #164CEF is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #164CEF is #E9B310. Grayscale: #4D4D4D. Windows color (decimal): -15315729 or 15682582. OLE color: 15682582.

HSL color Cylindrical-coordinate representation of color #164CEF: hue angle of 225.07º degrees, saturation: 0.87, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #164CEF is Cyan = 0.91, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 22 76 239 -
CMYK 0.91 0.68 0 0.06
HSL 225.07º 0.87% 0.51% -
HSV(B) 225.07º 0.91% 0.94% -
XYZ 18.5 11.57 82.92 -
YUV 78.44 218.61 87.75 -
System Red Green Blue C M Y K H S L
Decimal 22 76 239 0.91 0.68 0 0.06 225.07 0.87 0.51
Hex 16 4C EF 5B 44 0 6 E1 57 33
Octal 26 114 357 133 104 0 6 341 127 63
Binary 10110 1001100 11101111 1011011 1000100 0 110 11100001 1010111 110011

Color Harmonies of #164CEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #164CEF

Black with #164CEF

Text Example


Text Example

White with #164CEF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(22,76,239); }

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

background-color css

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

 a { background-color: rgb(22,76,239); }

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

border-color css

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

 span { border-color: rgb(22,76,239); }

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