Html Css Color HEX #030A82 Navy

📋 copy color: '#030A82'

red 3 ◦ green 10 ◦ blue 130

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

Shades of Navy #030A82

Tints of Navy #030A82

RGB

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

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

 BLUE value IS 130 (51.17% from 255) = 90.91%

R = 2.1%
G = 6.99%
B = 90.91%

CMYK

 C value IS 0.98

 M value IS 0.92

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#030A82 (or 0x030A82) is known color: Navy. HEX triplet: 03, 0A and 82. RGB value is (3,10,130). Sum of RGB (Red+Green+Blue) = 3+10+130=143 (18% of max value = 765). Red value is 3 (1.56% from 255 or 2.10% from 143); Green value is 10 (4.30% from 255 or 6.99% from 143); Blue value is 130 (51.17% from 255 or 90.91% from 143); Max value from RGB is 130 - color contains mainly: blue. Hex color #030A82 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #030A82 is #FCF57D. Grayscale: #151515. Windows color (decimal): -16577918 or 8522243. OLE color: 8522243.

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

Color convert

RGB 3 10 130 -
CMYK 0.98 0.92 0 0.49
HSL 236.69º 0.95% 0.26% -
HSV(B) 236.69º 0.98% 0.51% -
XYZ 4.18 1.85 21.26 -
YUV 21.59 189.18 114.74 -
System Red Green Blue C M Y K H S L
Decimal 3 10 130 0.98 0.92 0 0.49 236.69 0.95 0.26
Hex 3 A 82 62 5C 0 31 ED 5F 1A
Octal 3 12 202 142 134 0 61 355 137 32
Binary 11 1010 10000010 1100010 1011100 0 110001 11101101 1011111 11010

Color Harmonies of #030A82

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #030A82

Black with #030A82

Text Example


Text Example

White with #030A82

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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