Html Css Color HEX #030385 Navy

📋 copy color: '#030385'

red 3 ◦ green 3 ◦ blue 133

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

Shades of Navy #030385

Tints of Navy #030385

RGB

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

 GREEN value IS 3 (1.56% from 255) = 2.16%

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

R = 2.16%
G = 2.16%
B = 95.68%

CMYK

 C value IS 0.98

 M value IS 0.98

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#030385 (or 0x030385) is known color: Navy. HEX triplet: 03, 03 and 85. RGB value is (3,3,133). Sum of RGB (Red+Green+Blue) = 3+3+133=139 (18% of max value = 765). Red value is 3 (1.56% from 255 or 2.16% from 139); Green value is 3 (1.56% from 255 or 2.16% from 139); Blue value is 133 (52.34% from 255 or 95.68% from 139); Max value from RGB is 133 - color contains mainly: blue. Hex color #030385 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #030385 is #FCFC7A. Grayscale: #111111. Windows color (decimal): -16579707 or 8717059. OLE color: 8717059.

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

Color convert

RGB 3 3 133 -
CMYK 0.98 0.98 0 0.48
HSL 240º 0.96% 0.27% -
HSV(B) 240º 0.98% 0.52% -
XYZ 4.3 1.78 22.31 -
YUV 17.82 193 117.43 -
System Red Green Blue C M Y K H S L
Decimal 3 3 133 0.98 0.98 0 0.48 240 0.96 0.27
Hex 3 3 85 62 62 0 30 F0 60 1B
Octal 3 3 205 142 142 0 60 360 140 33
Binary 11 11 10000101 1100010 1100010 0 110000 11110000 1100000 11011

Color Harmonies of #030385

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #030385

Black with #030385

Text Example


Text Example

White with #030385

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #030385; }

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

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

background-color css

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

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

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

border-color css

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

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

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