Html Css Color HEX #030A84 Navy

📋 copy color: '#030A84'

red 3 ◦ green 10 ◦ blue 132

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

Shades of Navy #030A84

Tints of Navy #030A84

RGB

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

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

 BLUE value IS 132 (51.95% from 255) = 91.03%

R = 2.07%
G = 6.9%
B = 91.03%

CMYK

 C value IS 0.98

 M value IS 0.92

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#030A84 (or 0x030A84) is known color: Navy. HEX triplet: 03, 0A and 84. RGB value is (3,10,132). Sum of RGB (Red+Green+Blue) = 3+10+132=145 (19% of max value = 765). Red value is 3 (1.56% from 255 or 2.07% from 145); Green value is 10 (4.30% from 255 or 6.90% from 145); Blue value is 132 (51.95% from 255 or 91.03% from 145); Max value from RGB is 132 - color contains mainly: blue. Hex color #030A84 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #030A84 is #FCF57B. Grayscale: #151515. Windows color (decimal): -16577916 or 8653315. OLE color: 8653315.

HSL color Cylindrical-coordinate representation of color #030A84: hue angle of 236.74º degrees, saturation: 0.96, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #030A84 is Cyan = 0.98, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 3 10 132 -
CMYK 0.98 0.92 0 0.48
HSL 236.74º 0.96% 0.26% -
HSV(B) 236.74º 0.98% 0.52% -
XYZ 4.31 1.9 21.97 -
YUV 21.82 190.18 114.58 -
System Red Green Blue C M Y K H S L
Decimal 3 10 132 0.98 0.92 0 0.48 236.74 0.96 0.26
Hex 3 A 84 62 5C 0 30 ED 60 1A
Octal 3 12 204 142 134 0 60 355 140 32
Binary 11 1010 10000100 1100010 1011100 0 110000 11101101 1100000 11010

Color Harmonies of #030A84

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #030A84

Black with #030A84

Text Example


Text Example

White with #030A84

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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