Html Css Color HEX #030076 Navy

📋 copy color: '#030076'

red 3 ◦ green 0 ◦ blue 118

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

Shades of Navy #030076

Tints of Navy #030076

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 97.52%

R = 2.48%
G = 0%
B = 97.52%

CMYK

 C value IS 0.97

 M value IS 1

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#030076 (or 0x030076) is known color: Navy. HEX triplet: 03, 00 and 76. RGB value is (3,0,118). Sum of RGB (Red+Green+Blue) = 3+0+118=121 (16% of max value = 765). Red value is 3 (1.56% from 255 or 2.48% from 121); Green value is 0 (0.39% from 255 or 0% from 121); Blue value is 118 (46.48% from 255 or 97.52% from 121); Max value from RGB is 118 - color contains mainly: blue. Hex color #030076 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #030076 is #FCFF89. Grayscale: #0D0D0D. Windows color (decimal): -16580490 or 7733251. OLE color: 7733251.

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

Color convert

RGB 3 0 118 -
CMYK 0.97 1 0 0.54
HSL 241.53º 1% 0.23% -
HSV(B) 241.53º 1% 0.46% -
XYZ 3.31 1.33 17.22 -
YUV 14.35 186.49 119.91 -
System Red Green Blue C M Y K H S L
Decimal 3 0 118 0.97 1 0 0.54 241.53 1 0.23
Hex 3 0 76 61 64 0 36 F2 64 17
Octal 3 0 166 141 144 0 66 362 144 27
Binary 11 0 1110110 1100001 1100100 0 110110 11110010 1100100 10111

Color Harmonies of #030076

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #030076

Black with #030076

Text Example


Text Example

White with #030076

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #030076; }

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

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

background-color css

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

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

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

border-color css

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

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

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