Html Css Color HEX #030D73 Navy

📋 copy color: '#030D73'

red 3 ◦ green 13 ◦ blue 115

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

Shades of Navy #030D73

Tints of Navy #030D73

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 87.79%

R = 2.29%
G = 9.92%
B = 87.79%

CMYK

 C value IS 0.97

 M value IS 0.89

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#030D73 (or 0x030D73) is known color: Navy. HEX triplet: 03, 0D and 73. RGB value is (3,13,115). Sum of RGB (Red+Green+Blue) = 3+13+115=131 (17% of max value = 765). Red value is 3 (1.56% from 255 or 2.29% from 131); Green value is 13 (5.47% from 255 or 9.92% from 131); Blue value is 115 (45.31% from 255 or 87.79% from 131); Max value from RGB is 115 - color contains mainly: blue. Hex color #030D73 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #030D73 is #FCF28C. Grayscale: #151515. Windows color (decimal): -16577165 or 7539971. OLE color: 7539971.

HSL color Cylindrical-coordinate representation of color #030D73: hue angle of 234.64º degrees, saturation: 0.95, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #030D73 is Cyan = 0.97, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 3 13 115 -
CMYK 0.97 0.89 0 0.55
HSL 234.64º 0.95% 0.23% -
HSV(B) 234.64º 0.97% 0.45% -
XYZ 3.28 1.55 16.35 -
YUV 21.64 180.69 114.71 -
System Red Green Blue C M Y K H S L
Decimal 3 13 115 0.97 0.89 0 0.55 234.64 0.95 0.23
Hex 3 D 73 61 59 0 37 EB 5F 17
Octal 3 15 163 141 131 0 67 353 137 27
Binary 11 1101 1110011 1100001 1011001 0 110111 11101011 1011111 10111

Color Harmonies of #030D73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #030D73

Black with #030D73

Text Example


Text Example

White with #030D73

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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