Html Css Color HEX #030485 Navy

📋 copy color: '#030485'

red 3 ◦ green 4 ◦ blue 133

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

Shades of Navy #030485

Tints of Navy #030485

RGB

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

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

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

R = 2.14%
G = 2.86%
B = 95%

CMYK

 C value IS 0.98

 M value IS 0.97

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#030485 (or 0x030485) is known color: Navy. HEX triplet: 03, 04 and 85. RGB value is (3,4,133). Sum of RGB (Red+Green+Blue) = 3+4+133=140 (18% of max value = 765). Red value is 3 (1.56% from 255 or 2.14% from 140); Green value is 4 (1.95% from 255 or 2.86% from 140); Blue value is 133 (52.34% from 255 or 95% from 140); Max value from RGB is 133 - color contains mainly: blue. Hex color #030485 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #030485 is #FCFB7A. Grayscale: #111111. Windows color (decimal): -16579451 or 8717315. OLE color: 8717315.

HSL color Cylindrical-coordinate representation of color #030485: hue angle of 239.54º 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 #030485 is Cyan = 0.98, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 3 4 133 -
CMYK 0.98 0.97 0 0.48
HSL 239.54º 0.96% 0.27% -
HSV(B) 239.54º 0.98% 0.52% -
XYZ 4.31 1.8 22.31 -
YUV 18.41 192.67 117.01 -
System Red Green Blue C M Y K H S L
Decimal 3 4 133 0.98 0.97 0 0.48 239.54 0.96 0.27
Hex 3 4 85 62 61 0 30 F0 60 1B
Octal 3 4 205 142 141 0 60 360 140 33
Binary 11 100 10000101 1100010 1100001 0 110000 11110000 1100000 11011

Color Harmonies of #030485

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #030485

Black with #030485

Text Example


Text Example

White with #030485

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #030485; }

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

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

background-color css

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

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

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

border-color css

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

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

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