Html Css Color HEX #030D76 Navy

📋 copy color: '#030D76'

red 3 ◦ green 13 ◦ blue 118

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

Shades of Navy #030D76

Tints of Navy #030D76

RGB

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

 GREEN value IS 13 (5.47% from 255) = 9.7%

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

R = 2.24%
G = 9.7%
B = 88.06%

CMYK

 C value IS 0.97

 M value IS 0.89

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#030D76 (or 0x030D76) is known color: Navy. HEX triplet: 03, 0D and 76. RGB value is (3,13,118). Sum of RGB (Red+Green+Blue) = 3+13+118=134 (17% of max value = 765). Red value is 3 (1.56% from 255 or 2.24% from 134); Green value is 13 (5.47% from 255 or 9.70% from 134); Blue value is 118 (46.48% from 255 or 88.06% from 134); Max value from RGB is 118 - color contains mainly: blue. Hex color #030D76 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #030D76 is #FCF289. Grayscale: #151515. Windows color (decimal): -16577162 or 7736579. OLE color: 7736579.

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

Color convert

RGB 3 13 118 -
CMYK 0.97 0.89 0 0.54
HSL 234.78º 0.95% 0.24% -
HSV(B) 234.78º 0.97% 0.46% -
XYZ 3.45 1.62 17.27 -
YUV 21.98 182.19 114.46 -
System Red Green Blue C M Y K H S L
Decimal 3 13 118 0.97 0.89 0 0.54 234.78 0.95 0.24
Hex 3 D 76 61 59 0 36 EB 5F 18
Octal 3 15 166 141 131 0 66 353 137 30
Binary 11 1101 1110110 1100001 1011001 0 110110 11101011 1011111 11000

Color Harmonies of #030D76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #030D76

Black with #030D76

Text Example


Text Example

White with #030D76

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #030D76; }

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

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

background-color css

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

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

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

border-color css

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

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

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