Html Css Color HEX #030376 Navy

📋 copy color: '#030376'

red 3 ◦ green 3 ◦ blue 118

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

Shades of Navy #030376

Tints of Navy #030376

RGB

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

 GREEN value IS 3 (1.56% from 255) = 2.42%

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

R = 2.42%
G = 2.42%
B = 95.16%

CMYK

 C value IS 0.97

 M value IS 0.97

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#030376 (or 0x030376) is known color: Navy. HEX triplet: 03, 03 and 76. RGB value is (3,3,118). Sum of RGB (Red+Green+Blue) = 3+3+118=124 (16% of max value = 765). Red value is 3 (1.56% from 255 or 2.42% from 124); Green value is 3 (1.56% from 255 or 2.42% from 124); Blue value is 118 (46.48% from 255 or 95.16% from 124); Max value from RGB is 118 - color contains mainly: blue. Hex color #030376 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #030376 is #FCFC89. Grayscale: #0F0F0F. Windows color (decimal): -16579722 or 7734019. OLE color: 7734019.

HSL color Cylindrical-coordinate representation of color #030376: hue angle of 240º 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 #030376 is Cyan = 0.97, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 3 3 118 -
CMYK 0.97 0.97 0 0.54
HSL 240º 0.95% 0.24% -
HSV(B) 240º 0.97% 0.46% -
XYZ 3.34 1.39 17.23 -
YUV 16.11 185.5 118.65 -
System Red Green Blue C M Y K H S L
Decimal 3 3 118 0.97 0.97 0 0.54 240 0.95 0.24
Hex 3 3 76 61 61 0 36 F0 5F 18
Octal 3 3 166 141 141 0 66 360 137 30
Binary 11 11 1110110 1100001 1100001 0 110110 11110000 1011111 11000

Color Harmonies of #030376

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #030376

Black with #030376

Text Example


Text Example

White with #030376

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #030376; }

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

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

background-color css

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

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

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

border-color css

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

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

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