Html Css Color HEX #030D71 Navy

📋 copy color: '#030D71'

red 3 ◦ green 13 ◦ blue 113

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

Shades of Navy #030D71

Tints of Navy #030D71

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 87.6%

R = 2.33%
G = 10.08%
B = 87.6%

CMYK

 C value IS 0.97

 M value IS 0.88

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#030D71 (or 0x030D71) is known color: Navy. HEX triplet: 03, 0D and 71. RGB value is (3,13,113). Sum of RGB (Red+Green+Blue) = 3+13+113=129 (17% of max value = 765). Red value is 3 (1.56% from 255 or 2.33% from 129); Green value is 13 (5.47% from 255 or 10.08% from 129); Blue value is 113 (44.53% from 255 or 87.60% from 129); Max value from RGB is 113 - color contains mainly: blue. Hex color #030D71 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #030D71 is #FCF28E. Grayscale: #151515. Windows color (decimal): -16577167 or 7408899. OLE color: 7408899.

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

Color convert

RGB 3 13 113 -
CMYK 0.97 0.88 0 0.56
HSL 234.55º 0.95% 0.23% -
HSV(B) 234.55º 0.97% 0.44% -
XYZ 3.16 1.5 15.75 -
YUV 21.41 179.69 114.87 -
System Red Green Blue C M Y K H S L
Decimal 3 13 113 0.97 0.88 0 0.56 234.55 0.95 0.23
Hex 3 D 71 61 58 0 38 EB 5F 17
Octal 3 15 161 141 130 0 70 353 137 27
Binary 11 1101 1110001 1100001 1011000 0 111000 11101011 1011111 10111

Color Harmonies of #030D71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #030D71

Black with #030D71

Text Example


Text Example

White with #030D71

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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