Html Css Color HEX #0164FF Navy Blue

📋 copy color: '#0164FF'

red 1 ◦ green 100 ◦ blue 255

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

Shades of Navy Blue #0164FF

Tints of Navy Blue #0164FF

RGB

 RED value IS 1 (0.78% from 255) = 0.28%

 GREEN value IS 100 (39.45% from 255) = 28.09%

 BLUE value IS 255 (100% from 255) = 71.63%

R = 0.28%
G = 28.09%
B = 71.63%

CMYK

 C value IS 1.00

 M value IS 0.61

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#0164FF (or 0x0164FF) is known color: Navy Blue. HEX triplet: 01, 64 and FF. RGB value is (1,100,255). Sum of RGB (Red+Green+Blue) = 1+100+255=356 (47% of max value = 765). Red value is 1 (0.78% from 255 or 0.28% from 356); Green value is 100 (39.45% from 255 or 28.09% from 356); Blue value is 255 (100% from 255 or 71.63% from 356); Max value from RGB is 255 - color contains mainly: blue. Hex color #0164FF is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0164FF is #FE9B00. Grayscale: #575757. Windows color (decimal): -16685825 or 16737281. OLE color: 16737281.

HSL color Cylindrical-coordinate representation of color #0164FF: hue angle of 216.61º degrees, saturation: 1, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0164FF is Cyan = 1.00, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 1 100 255 -
CMYK 1.00 0.61 0 0
HSL 216.61º 1% 0.5% -
HSV(B) 216.61º 1% 1% -
XYZ 22.62 16.34 96.57 -
YUV 88.07 222.2 65.9 -
System Red Green Blue C M Y K H S L
Decimal 1 100 255 1.00 0.61 0 0 216.61 1 0.5
Hex 1 64 FF 64 3D 0 0 D9 64 32
Octal 1 144 377 144 75 0 0 331 144 62
Binary 1 1100100 11111111 1100100 111101 0 0 11011001 1100100 110010

Color Harmonies of #0164FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0164FF

Black with #0164FF

Text Example


Text Example

White with #0164FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0164FF; }

 p { color: rgb(1,100,255); }

 H1.HeaderClassName
 {
   color: #0164FF;
 }
 .AnyTagClassName
 {
   color: #0164FF;
 }
</style>

background-color css

<style>
 a { background-color: #0164FF; }

 a { background-color: rgb(1,100,255); }

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

border-color css

<style>
 span { border-color: #0164FF; }

 span { border-color: rgb(1,100,255); }

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