Html Css Color HEX #030A72 Navy

📋 copy color: '#030A72'

red 3 ◦ green 10 ◦ blue 114

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

Shades of Navy #030A72

Tints of Navy #030A72

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 89.76%

R = 2.36%
G = 7.87%
B = 89.76%

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

#030A72 (or 0x030A72) is known color: Navy. HEX triplet: 03, 0A and 72. RGB value is (3,10,114). Sum of RGB (Red+Green+Blue) = 3+10+114=127 (16% of max value = 765). Red value is 3 (1.56% from 255 or 2.36% from 127); Green value is 10 (4.30% from 255 or 7.87% from 127); Blue value is 114 (44.92% from 255 or 89.76% from 127); Max value from RGB is 114 - color contains mainly: blue. Hex color #030A72 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #030A72 is #FCF58D. Grayscale: #131313. Windows color (decimal): -16577934 or 7473667. OLE color: 7473667.

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

Color convert

RGB 3 10 114 -
CMYK 0.97 0.91 0 0.55
HSL 236.22º 0.95% 0.23% -
HSV(B) 236.22º 0.97% 0.45% -
XYZ 3.18 1.45 16.03 -
YUV 19.76 181.18 116.04 -
System Red Green Blue C M Y K H S L
Decimal 3 10 114 0.97 0.91 0 0.55 236.22 0.95 0.23
Hex 3 A 72 61 5B 0 37 EC 5F 17
Octal 3 12 162 141 133 0 67 354 137 27
Binary 11 1010 1110010 1100001 1011011 0 110111 11101100 1011111 10111

Color Harmonies of #030A72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #030A72

Black with #030A72

Text Example


Text Example

White with #030A72

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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