Html Css Color HEX #030976 Navy

📋 copy color: '#030976'

red 3 ◦ green 9 ◦ blue 118

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

Shades of Navy #030976

Tints of Navy #030976

RGB

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

 GREEN value IS 9 (3.91% from 255) = 6.92%

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

R = 2.31%
G = 6.92%
B = 90.77%

CMYK

 C value IS 0.97

 M value IS 0.92

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#030976 (or 0x030976) is known color: Navy. HEX triplet: 03, 09 and 76. RGB value is (3,9,118). Sum of RGB (Red+Green+Blue) = 3+9+118=130 (17% of max value = 765). Red value is 3 (1.56% from 255 or 2.31% from 130); Green value is 9 (3.91% from 255 or 6.92% from 130); Blue value is 118 (46.48% from 255 or 90.77% from 130); Max value from RGB is 118 - color contains mainly: blue. Hex color #030976 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #030976 is #FCF689. Grayscale: #131313. Windows color (decimal): -16578186 or 7735555. OLE color: 7735555.

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

Color convert

RGB 3 9 118 -
CMYK 0.97 0.92 0 0.54
HSL 236.87º 0.95% 0.24% -
HSV(B) 236.87º 0.97% 0.46% -
XYZ 3.41 1.52 17.25 -
YUV 19.63 183.51 116.14 -
System Red Green Blue C M Y K H S L
Decimal 3 9 118 0.97 0.92 0 0.54 236.87 0.95 0.24
Hex 3 9 76 61 5C 0 36 ED 5F 18
Octal 3 11 166 141 134 0 66 355 137 30
Binary 11 1001 1110110 1100001 1011100 0 110110 11101101 1011111 11000

Color Harmonies of #030976

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #030976

Black with #030976

Text Example


Text Example

White with #030976

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #030976; }

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

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

background-color css

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

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

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

border-color css

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

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

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