Html Css Color HEX #030C73 Navy

📋 copy color: '#030C73'

red 3 ◦ green 12 ◦ blue 115

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

Shades of Navy #030C73

Tints of Navy #030C73

RGB

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

 GREEN value IS 12 (5.08% from 255) = 9.23%

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

R = 2.31%
G = 9.23%
B = 88.46%

CMYK

 C value IS 0.97

 M value IS 0.90

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#030C73 (or 0x030C73) is known color: Navy. HEX triplet: 03, 0C and 73. RGB value is (3,12,115). Sum of RGB (Red+Green+Blue) = 3+12+115=130 (17% of max value = 765). Red value is 3 (1.56% from 255 or 2.31% from 130); Green value is 12 (5.08% from 255 or 9.23% from 130); Blue value is 115 (45.31% from 255 or 88.46% from 130); Max value from RGB is 115 - color contains mainly: blue. Hex color #030C73 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #030C73 is #FCF38C. Grayscale: #141414. Windows color (decimal): -16577421 or 7539715. OLE color: 7539715.

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

Color convert

RGB 3 12 115 -
CMYK 0.97 0.90 0 0.55
HSL 235.18º 0.95% 0.23% -
HSV(B) 235.18º 0.97% 0.45% -
XYZ 3.26 1.52 16.34 -
YUV 21.05 181.02 115.12 -
System Red Green Blue C M Y K H S L
Decimal 3 12 115 0.97 0.90 0 0.55 235.18 0.95 0.23
Hex 3 C 73 61 5A 0 37 EB 5F 17
Octal 3 14 163 141 132 0 67 353 137 27
Binary 11 1100 1110011 1100001 1011010 0 110111 11101011 1011111 10111

Color Harmonies of #030C73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #030C73

Black with #030C73

Text Example


Text Example

White with #030C73

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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