#030C82

Color #030C82 Navy (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Navy #030C82

Tints of Navy #030C82

Color information

#030C82 (or 0x030C82) is unknown color: approx Navy. HEX triplet: 03, 0C and 82. RGB value is (3,12,130). Sum of RGB (Red+Green+Blue) = 3+12+130=145 (19% of max value = 765). Red value is 3 (1.56% from 255 or 2.07% from 145); Green value is 12 (5.08% from 255 or 8.28% from 145); Blue value is 130 (51.17% from 255 or 89.66% from 145); Max value from RGB is 130 - color contains mainly: blue. Hex color #030C82 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #030C82 is #FCF37D. Grayscale: #161616. Windows color (decimal): -16577406 or 8522755. OLE color: 8522755.

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

Color convert

RGB312130-
CMYK0.980.9100.49
HSL235.75º95.49%26.08%-
HSV(B)235.75º97.69%50.98%-
XYZ4.21.8921.26-
YUV22.76188.52113.91-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 2.07%
GREEN value IS 12 (5.08% from 255) = 8.28%
BLUE value IS 130 (51.17% from 255) = 89.66%
R=2.07%
G=8.28%
B=89.66%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal3121300.980.9100.49235.7595.4926.08
Hex3C82625B031ec5f1a
Octal31420214213306135413732
Binary1111001000001011000101011011011000111101100101111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #030C82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #030C82;
 }
 .AnyTagClassName
 {
   color: #030C82;
 }
</style>
background-color css

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

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

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

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

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

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