Html Css Color HEX #030060 Navy

📋 copy color: '#030060'

red 3 ◦ green 0 ◦ blue 96

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

Shades of Navy #030060

Tints of Navy #030060

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 96 (37.89% from 255) = 96.97%

R = 3.03%
G = 0%
B = 96.97%

CMYK

 C value IS 0.97

 M value IS 1

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#030060 (or 0x030060) is known color: Navy. HEX triplet: 03, 00 and 60. RGB value is (3,0,96). Sum of RGB (Red+Green+Blue) = 3+0+96=99 (13% of max value = 765). Red value is 3 (1.56% from 255 or 3.03% from 99); Green value is 0 (0.39% from 255 or 0% from 99); Blue value is 96 (37.89% from 255 or 96.97% from 99); Max value from RGB is 96 - color contains mainly: blue. Hex color #030060 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #030060 is #FCFF9F. Grayscale: #0B0B0B. Windows color (decimal): -16580512 or 6291459. OLE color: 6291459.

HSL color Cylindrical-coordinate representation of color #030060: hue angle of 241.88º degrees, saturation: 1, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 1%. Process color model (Four color, CMYK) of #030060 is Cyan = 0.97, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 3 0 96 -
CMYK 0.97 1 0 0.62
HSL 241.88º 1% 0.19% -
HSV(B) 241.88º 1% 0.38% -
XYZ 2.15 0.86 11.12 -
YUV 11.84 175.49 121.69 -
System Red Green Blue C M Y K H S L
Decimal 3 0 96 0.97 1 0 0.62 241.88 1 0.19
Hex 3 0 60 61 64 0 3E F2 64 13
Octal 3 0 140 141 144 0 76 362 144 23
Binary 11 0 1100000 1100001 1100100 0 111110 11110010 1100100 10011

Color Harmonies of #030060

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #030060

Black with #030060

Text Example


Text Example

White with #030060

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #030060; }

 p { color: rgb(3,0,96); }

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

background-color css

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

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

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

border-color css

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

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

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