Html Css Color HEX #030584 Navy

📋 copy color: '#030584'

red 3 ◦ green 5 ◦ blue 132

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

Shades of Navy #030584

Tints of Navy #030584

RGB

 RED value IS 3 (1.56% from 255) = 2.14%

 GREEN value IS 5 (2.34% from 255) = 3.57%

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

R = 2.14%
G = 3.57%
B = 94.29%

CMYK

 C value IS 0.98

 M value IS 0.96

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#030584 (or 0x030584) is known color: Navy. HEX triplet: 03, 05 and 84. RGB value is (3,5,132). Sum of RGB (Red+Green+Blue) = 3+5+132=140 (18% of max value = 765). Red value is 3 (1.56% from 255 or 2.14% from 140); Green value is 5 (2.34% from 255 or 3.57% from 140); Blue value is 132 (51.95% from 255 or 94.29% from 140); Max value from RGB is 132 - color contains mainly: blue. Hex color #030584 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #030584 is #FCFA7B. Grayscale: #121212. Windows color (decimal): -16579196 or 8652035. OLE color: 8652035.

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

Color convert

RGB 3 5 132 -
CMYK 0.98 0.96 0 0.48
HSL 239.07º 0.96% 0.26% -
HSV(B) 239.07º 0.98% 0.52% -
XYZ 4.26 1.79 21.95 -
YUV 18.88 191.84 116.67 -
System Red Green Blue C M Y K H S L
Decimal 3 5 132 0.98 0.96 0 0.48 239.07 0.96 0.26
Hex 3 5 84 62 60 0 30 EF 60 1A
Octal 3 5 204 142 140 0 60 357 140 32
Binary 11 101 10000100 1100010 1100000 0 110000 11101111 1100000 11010

Color Harmonies of #030584

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #030584

Black with #030584

Text Example


Text Example

White with #030584

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #030584; }

 p { color: rgb(3,5,132); }

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

background-color css

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

 a { background-color: rgb(3,5,132); }

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

border-color css

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

 span { border-color: rgb(3,5,132); }

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