Html Css Color HEX #0164BC Navy Blue

📋 copy color: '#0164BC'

red 1 ◦ green 100 ◦ blue 188

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

Shades of Navy Blue #0164BC

Tints of Navy Blue #0164BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 65.05%

R = 0.35%
G = 34.6%
B = 65.05%

CMYK

 C value IS 0.99

 M value IS 0.47

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#0164BC (or 0x0164BC) is known color: Navy Blue. HEX triplet: 01, 64 and BC. RGB value is (1,100,188). Sum of RGB (Red+Green+Blue) = 1+100+188=289 (38% of max value = 765). Red value is 1 (0.78% from 255 or 0.35% from 289); Green value is 100 (39.45% from 255 or 34.60% from 289); Blue value is 188 (73.83% from 255 or 65.05% from 289); Max value from RGB is 188 - color contains mainly: blue. Hex color #0164BC is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0164BC is #FE9B43. Grayscale: #4F4F4F. Windows color (decimal): -16685892 or 12346369. OLE color: 12346369.

HSL color Cylindrical-coordinate representation of color #0164BC: hue angle of 208.24º degrees, saturation: 0.99, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0164BC is Cyan = 0.99, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 1 100 188 -
CMYK 0.99 0.47 0 0.26
HSL 208.24º 0.99% 0.37% -
HSV(B) 208.24º 0.99% 0.74% -
XYZ 13.65 12.75 49.32 -
YUV 80.43 188.7 71.34 -
System Red Green Blue C M Y K H S L
Decimal 1 100 188 0.99 0.47 0 0.26 208.24 0.99 0.37
Hex 1 64 BC 63 2F 0 1A D0 63 25
Octal 1 144 274 143 57 0 32 320 143 45
Binary 1 1100100 10111100 1100011 101111 0 11010 11010000 1100011 100101

Color Harmonies of #0164BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0164BC

Black with #0164BC

Text Example


Text Example

White with #0164BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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