Html Css Color HEX #0164FB Navy Blue

📋 copy color: '#0164FB'

red 1 ◦ green 100 ◦ blue 251

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

Shades of Navy Blue #0164FB

Tints of Navy Blue #0164FB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 71.31%

R = 0.28%
G = 28.41%
B = 71.31%

CMYK

 C value IS 1.00

 M value IS 0.60

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#0164FB (or 0x0164FB) is known color: Navy Blue. HEX triplet: 01, 64 and FB. RGB value is (1,100,251). Sum of RGB (Red+Green+Blue) = 1+100+251=352 (46% of max value = 765). Red value is 1 (0.78% from 255 or 0.28% from 352); Green value is 100 (39.45% from 255 or 28.41% from 352); Blue value is 251 (98.44% from 255 or 71.31% from 352); Max value from RGB is 251 - color contains mainly: blue. Hex color #0164FB is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0164FB is #FE9B04. Grayscale: #565656. Windows color (decimal): -16685829 or 16475137. OLE color: 16475137.

HSL color Cylindrical-coordinate representation of color #0164FB: hue angle of 216.24º degrees, saturation: 0.99, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0164FB is Cyan = 1.00, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 1 100 251 -
CMYK 1.00 0.60 0 0.02
HSL 216.24º 0.99% 0.49% -
HSV(B) 216.24º 1% 0.98% -
XYZ 21.98 16.09 93.21 -
YUV 87.61 220.2 66.22 -
System Red Green Blue C M Y K H S L
Decimal 1 100 251 1.00 0.60 0 0.02 216.24 0.99 0.49
Hex 1 64 FB 64 3C 0 2 D8 63 31
Octal 1 144 373 144 74 0 2 330 143 61
Binary 1 1100100 11111011 1100100 111100 0 10 11011000 1100011 110001

Color Harmonies of #0164FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0164FB

Black with #0164FB

Text Example


Text Example

White with #0164FB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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