Html Css Color HEX #030785 Navy

📋 copy color: '#030785'

red 3 ◦ green 7 ◦ blue 133

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

Shades of Navy #030785

Tints of Navy #030785

RGB

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

 GREEN value IS 7 (3.13% from 255) = 4.9%

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

R = 2.1%
G = 4.9%
B = 93.01%

CMYK

 C value IS 0.98

 M value IS 0.95

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#030785 (or 0x030785) is known color: Navy. HEX triplet: 03, 07 and 85. RGB value is (3,7,133). Sum of RGB (Red+Green+Blue) = 3+7+133=143 (18% of max value = 765). Red value is 3 (1.56% from 255 or 2.10% from 143); Green value is 7 (3.12% from 255 or 4.90% from 143); Blue value is 133 (52.34% from 255 or 93.01% from 143); Max value from RGB is 133 - color contains mainly: blue. Hex color #030785 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #030785 is #FCF87A. Grayscale: #131313. Windows color (decimal): -16578683 or 8718083. OLE color: 8718083.

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

Color convert

RGB 3 7 133 -
CMYK 0.98 0.95 0 0.48
HSL 238.15º 0.96% 0.27% -
HSV(B) 238.15º 0.98% 0.52% -
XYZ 4.35 1.86 22.32 -
YUV 20.17 191.67 115.75 -
System Red Green Blue C M Y K H S L
Decimal 3 7 133 0.98 0.95 0 0.48 238.15 0.96 0.27
Hex 3 7 85 62 5F 0 30 EE 60 1B
Octal 3 7 205 142 137 0 60 356 140 33
Binary 11 111 10000101 1100010 1011111 0 110000 11101110 1100000 11011

Color Harmonies of #030785

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #030785

Black with #030785

Text Example


Text Example

White with #030785

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #030785; }

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

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

background-color css

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

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

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

border-color css

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

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

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