Html Css Color HEX #0164B9 Navy Blue

📋 copy color: '#0164B9'

red 1 ◦ green 100 ◦ blue 185

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

Shades of Navy Blue #0164B9

Tints of Navy Blue #0164B9

RGB

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

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

 BLUE value IS 185 (72.66% from 255) = 64.69%

R = 0.35%
G = 34.97%
B = 64.69%

CMYK

 C value IS 0.99

 M value IS 0.46

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#0164B9 (or 0x0164B9) is known color: Navy Blue. HEX triplet: 01, 64 and B9. RGB value is (1,100,185). Sum of RGB (Red+Green+Blue) = 1+100+185=286 (37% of max value = 765). Red value is 1 (0.78% from 255 or 0.35% from 286); Green value is 100 (39.45% from 255 or 34.97% from 286); Blue value is 185 (72.66% from 255 or 64.69% from 286); Max value from RGB is 185 - color contains mainly: blue. Hex color #0164B9 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0164B9 is #FE9B46. Grayscale: #4F4F4F. Windows color (decimal): -16685895 or 12149761. OLE color: 12149761.

HSL color Cylindrical-coordinate representation of color #0164B9: hue angle of 207.72º degrees, saturation: 0.99, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0164B9 is Cyan = 0.99, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 1 100 185 -
CMYK 0.99 0.46 0 0.27
HSL 207.72º 0.99% 0.36% -
HSV(B) 207.72º 0.99% 0.73% -
XYZ 13.33 12.62 47.63 -
YUV 80.09 187.2 71.59 -
System Red Green Blue C M Y K H S L
Decimal 1 100 185 0.99 0.46 0 0.27 207.72 0.99 0.36
Hex 1 64 B9 63 2E 0 1B D0 63 24
Octal 1 144 271 143 56 0 33 320 143 44
Binary 1 1100100 10111001 1100011 101110 0 11011 11010000 1100011 100100

Color Harmonies of #0164B9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0164B9

Black with #0164B9

Text Example


Text Example

White with #0164B9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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