Html Css Color HEX #0164FA Navy Blue

📋 copy color: '#0164FA'

red 1 ◦ green 100 ◦ blue 250

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

Shades of Navy Blue #0164FA

Tints of Navy Blue #0164FA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 71.23%

R = 0.28%
G = 28.49%
B = 71.23%

CMYK

 C value IS 1.00

 M value IS 0.6

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#0164FA (or 0x0164FA) is known color: Navy Blue. HEX triplet: 01, 64 and FA. RGB value is (1,100,250). Sum of RGB (Red+Green+Blue) = 1+100+250=351 (46% of max value = 765). Red value is 1 (0.78% from 255 or 0.28% from 351); Green value is 100 (39.45% from 255 or 28.49% from 351); Blue value is 250 (98.05% from 255 or 71.23% from 351); Max value from RGB is 250 - color contains mainly: blue. Hex color #0164FA is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0164FA is #FE9B05. Grayscale: #565656. Windows color (decimal): -16685830 or 16409601. OLE color: 16409601.

HSL color Cylindrical-coordinate representation of color #0164FA: hue angle of 216.14º 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 #0164FA is Cyan = 1.00, Magento = 0.6, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 1 100 250 -
CMYK 1.00 0.6 0 0.02
HSL 216.14º 0.99% 0.49% -
HSV(B) 216.14º 1% 0.98% -
XYZ 21.83 16.02 92.38 -
YUV 87.5 219.7 66.3 -
System Red Green Blue C M Y K H S L
Decimal 1 100 250 1.00 0.6 0 0.02 216.14 0.99 0.49
Hex 1 64 FA 64 3C 0 2 D8 63 31
Octal 1 144 372 144 74 0 2 330 143 61
Binary 1 1100100 11111010 1100100 111100 0 10 11011000 1100011 110001

Color Harmonies of #0164FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0164FA

Black with #0164FA

Text Example


Text Example

White with #0164FA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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