Html Css Color HEX #03015A Navy

📋 copy color: '#03015A'

red 3 ◦ green 1 ◦ blue 90

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

Shades of Navy #03015A

Tints of Navy #03015A

RGB

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

 GREEN value IS 1 (0.78% from 255) = 1.06%

 BLUE value IS 90 (35.55% from 255) = 95.74%

R = 3.19%
G = 1.06%
B = 95.74%

CMYK

 C value IS 0.97

 M value IS 0.99

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#03015A (or 0x03015A) is known color: Navy. HEX triplet: 03, 01 and 5A. RGB value is (3,1,90). Sum of RGB (Red+Green+Blue) = 3+1+90=94 (12% of max value = 765). Red value is 3 (1.56% from 255 or 3.19% from 94); Green value is 1 (0.78% from 255 or 1.06% from 94); Blue value is 90 (35.55% from 255 or 95.74% from 94); Max value from RGB is 90 - color contains mainly: blue. Hex color #03015A is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #03015A is #FCFEA5. Grayscale: #0B0B0B. Windows color (decimal): -16580262 or 5898499. OLE color: 5898499.

HSL color Cylindrical-coordinate representation of color #03015A: hue angle of 241.35º degrees, saturation: 0.98, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #03015A is Cyan = 0.97, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 3 1 90 -
CMYK 0.97 0.99 0 0.65
HSL 241.35º 0.98% 0.18% -
HSV(B) 241.35º 0.99% 0.35% -
XYZ 1.89 0.78 9.72 -
YUV 11.74 172.16 121.76 -
System Red Green Blue C M Y K H S L
Decimal 3 1 90 0.97 0.99 0 0.65 241.35 0.98 0.18
Hex 3 1 5A 61 63 0 41 F1 62 12
Octal 3 1 132 141 143 0 101 361 142 22
Binary 11 1 1011010 1100001 1100011 0 1000001 11110001 1100010 10010

Color Harmonies of #03015A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #03015A

Black with #03015A

Text Example


Text Example

White with #03015A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #03015A; }

 p { color: rgb(3,1,90); }

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

background-color css

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

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

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

border-color css

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

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

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