Html Css Color HEX #010482 Navy

📋 copy color: '#010482'

red 1 ◦ green 4 ◦ blue 130

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

Shades of Navy #010482

Tints of Navy #010482

RGB

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

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

 BLUE value IS 130 (51.17% from 255) = 96.3%

R = 0.74%
G = 2.96%
B = 96.3%

CMYK

 C value IS 0.99

 M value IS 0.97

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#010482 (or 0x010482) is known color: Navy. HEX triplet: 01, 04 and 82. RGB value is (1,4,130). Sum of RGB (Red+Green+Blue) = 1+4+130=135 (17% of max value = 765). Red value is 1 (0.78% from 255 or 0.74% from 135); Green value is 4 (1.95% from 255 or 2.96% from 135); Blue value is 130 (51.17% from 255 or 96.30% from 135); Max value from RGB is 130 - color contains mainly: blue. Hex color #010482 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #010482 is #FEFB7D. Grayscale: #101010. Windows color (decimal): -16710526 or 8520705. OLE color: 8520705.

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

Color convert

RGB 1 4 130 -
CMYK 0.99 0.97 0 0.49
HSL 238.6º 0.98% 0.26% -
HSV(B) 238.6º 0.99% 0.51% -
XYZ 4.09 1.7 21.23 -
YUV 17.47 191.51 116.25 -
System Red Green Blue C M Y K H S L
Decimal 1 4 130 0.99 0.97 0 0.49 238.6 0.98 0.26
Hex 1 4 82 63 61 0 31 EF 62 1A
Octal 1 4 202 143 141 0 61 357 142 32
Binary 1 100 10000010 1100011 1100001 0 110001 11101111 1100010 11010

Color Harmonies of #010482

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #010482

Black with #010482

Text Example


Text Example

White with #010482

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #010482; }

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

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

background-color css

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

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

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

border-color css

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

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

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