Html Css Color HEX #030585 Navy

📋 copy color: '#030585'

red 3 ◦ green 5 ◦ blue 133

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

Shades of Navy #030585

Tints of Navy #030585

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 94.33%

R = 2.13%
G = 3.55%
B = 94.33%

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

#030585 (or 0x030585) is known color: Navy. HEX triplet: 03, 05 and 85. RGB value is (3,5,133). Sum of RGB (Red+Green+Blue) = 3+5+133=141 (18% of max value = 765). Red value is 3 (1.56% from 255 or 2.13% from 141); Green value is 5 (2.34% from 255 or 3.55% from 141); Blue value is 133 (52.34% from 255 or 94.33% from 141); Max value from RGB is 133 - color contains mainly: blue. Hex color #030585 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #030585 is #FCFA7A. Grayscale: #121212. Windows color (decimal): -16579195 or 8717571. OLE color: 8717571.

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

Color convert

RGB 3 5 133 -
CMYK 0.98 0.96 0 0.48
HSL 239.08º 0.96% 0.27% -
HSV(B) 239.08º 0.98% 0.52% -
XYZ 4.33 1.82 22.31 -
YUV 18.99 192.34 116.59 -
System Red Green Blue C M Y K H S L
Decimal 3 5 133 0.98 0.96 0 0.48 239.08 0.96 0.27
Hex 3 5 85 62 60 0 30 EF 60 1B
Octal 3 5 205 142 140 0 60 357 140 33
Binary 11 101 10000101 1100010 1100000 0 110000 11101111 1100000 11011

Color Harmonies of #030585

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #030585

Black with #030585

Text Example


Text Example

White with #030585

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #030585; }

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

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

background-color css

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

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

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

border-color css

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

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

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