Html Css Color HEX #010484 Navy

📋 copy color: '#010484'

red 1 ◦ green 4 ◦ blue 132

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

Shades of Navy #010484

Tints of Navy #010484

RGB

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

 GREEN value IS 4 (1.95% from 255) = 2.92%

 BLUE value IS 132 (51.95% from 255) = 96.35%

R = 0.73%
G = 2.92%
B = 96.35%

CMYK

 C value IS 0.99

 M value IS 0.97

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#010484 (or 0x010484) is known color: Navy. HEX triplet: 01, 04 and 84. RGB value is (1,4,132). Sum of RGB (Red+Green+Blue) = 1+4+132=137 (18% of max value = 765). Red value is 1 (0.78% from 255 or 0.73% from 137); Green value is 4 (1.95% from 255 or 2.92% from 137); Blue value is 132 (51.95% from 255 or 96.35% from 137); Max value from RGB is 132 - color contains mainly: blue. Hex color #010484 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #010484 is #FEFB7B. Grayscale: #111111. Windows color (decimal): -16710524 or 8651777. OLE color: 8651777.

HSL color Cylindrical-coordinate representation of color #010484: hue angle of 238.63º degrees, saturation: 0.98, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #010484 is Cyan = 0.99, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 1 4 132 -
CMYK 0.99 0.97 0 0.48
HSL 238.63º 0.98% 0.26% -
HSV(B) 238.63º 0.99% 0.52% -
XYZ 4.22 1.76 21.95 -
YUV 17.7 192.51 116.09 -
System Red Green Blue C M Y K H S L
Decimal 1 4 132 0.99 0.97 0 0.48 238.63 0.98 0.26
Hex 1 4 84 63 61 0 30 EF 62 1A
Octal 1 4 204 143 141 0 60 357 142 32
Binary 1 100 10000100 1100011 1100001 0 110000 11101111 1100010 11010

Color Harmonies of #010484

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #010484

Black with #010484

Text Example


Text Example

White with #010484

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #010484; }

 p { color: rgb(1,4,132); }

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

background-color css

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

 a { background-color: rgb(1,4,132); }

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

border-color css

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

 span { border-color: rgb(1,4,132); }

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