Html Css Color HEX #03025D Navy

📋 copy color: '#03025D'

red 3 ◦ green 2 ◦ blue 93

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

Shades of Navy #03025D

Tints of Navy #03025D

RGB

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

 GREEN value IS 2 (1.17% from 255) = 2.04%

 BLUE value IS 93 (36.72% from 255) = 94.9%

R = 3.06%
G = 2.04%
B = 94.9%

CMYK

 C value IS 0.97

 M value IS 0.98

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#03025D (or 0x03025D) is known color: Navy. HEX triplet: 03, 02 and 5D. RGB value is (3,2,93). Sum of RGB (Red+Green+Blue) = 3+2+93=98 (12% of max value = 765). Red value is 3 (1.56% from 255 or 3.06% from 98); Green value is 2 (1.17% from 255 or 2.04% from 98); Blue value is 93 (36.72% from 255 or 94.90% from 98); Max value from RGB is 93 - color contains mainly: blue. Hex color #03025D is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #03025D is #FCFDA2. Grayscale: #0C0C0C. Windows color (decimal): -16580003 or 6095363. OLE color: 6095363.

HSL color Cylindrical-coordinate representation of color #03025D: hue angle of 240.66º degrees, saturation: 0.96, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #03025D is Cyan = 0.97, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 3 2 93 -
CMYK 0.97 0.98 0 0.64
HSL 240.66º 0.96% 0.19% -
HSV(B) 240.66º 0.98% 0.36% -
XYZ 2.04 0.85 10.41 -
YUV 12.67 173.33 121.1 -
System Red Green Blue C M Y K H S L
Decimal 3 2 93 0.97 0.98 0 0.64 240.66 0.96 0.19
Hex 3 2 5D 61 62 0 40 F1 60 13
Octal 3 2 135 141 142 0 100 361 140 23
Binary 11 10 1011101 1100001 1100010 0 1000000 11110001 1100000 10011

Color Harmonies of #03025D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #03025D

Black with #03025D

Text Example


Text Example

White with #03025D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #03025D; }

 p { color: rgb(3,2,93); }

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

background-color css

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

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

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

border-color css

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

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

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