Html Css Color HEX #030A73 Navy

📋 copy color: '#030A73'

red 3 ◦ green 10 ◦ blue 115

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

Shades of Navy #030A73

Tints of Navy #030A73

RGB

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

 GREEN value IS 10 (4.3% from 255) = 7.81%

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

R = 2.34%
G = 7.81%
B = 89.84%

CMYK

 C value IS 0.97

 M value IS 0.91

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#030A73 (or 0x030A73) is known color: Navy. HEX triplet: 03, 0A and 73. RGB value is (3,10,115). Sum of RGB (Red+Green+Blue) = 3+10+115=128 (16% of max value = 765). Red value is 3 (1.56% from 255 or 2.34% from 128); Green value is 10 (4.30% from 255 or 7.81% from 128); Blue value is 115 (45.31% from 255 or 89.84% from 128); Max value from RGB is 115 - color contains mainly: blue. Hex color #030A73 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #030A73 is #FCF58C. Grayscale: #131313. Windows color (decimal): -16577933 or 7539203. OLE color: 7539203.

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

Color convert

RGB 3 10 115 -
CMYK 0.97 0.91 0 0.55
HSL 236.25º 0.95% 0.23% -
HSV(B) 236.25º 0.97% 0.45% -
XYZ 3.24 1.47 16.33 -
YUV 19.88 181.68 115.96 -
System Red Green Blue C M Y K H S L
Decimal 3 10 115 0.97 0.91 0 0.55 236.25 0.95 0.23
Hex 3 A 73 61 5B 0 37 EC 5F 17
Octal 3 12 163 141 133 0 67 354 137 27
Binary 11 1010 1110011 1100001 1011011 0 110111 11101100 1011111 10111

Color Harmonies of #030A73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #030A73

Black with #030A73

Text Example


Text Example

White with #030A73

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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