#030993

Color #030993 Dark Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Blue #030993

Tints of Dark Blue #030993

Color information

#030993 (or 0x030993) is unknown color: approx Dark Blue. HEX triplet: 03, 09 and 93. RGB value is (3,9,147). Sum of RGB (Red+Green+Blue) = 3+9+147=159 (21% of max value = 765). Red value is 3 (1.56% from 255 or 1.89% from 159); Green value is 9 (3.91% from 255 or 5.66% from 159); Blue value is 147 (57.81% from 255 or 92.45% from 159); Max value from RGB is 147 - color contains mainly: blue. Hex color #030993 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #030993 is #FCF66C. Grayscale: #161616. Windows color (decimal): -16578157 or 9636099. OLE color: 9636099.

HSL color Cylindrical-coordinate representation of color #030993: hue angle of 237.5º degrees, saturation: 0.96, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #030993 is Cyan = 0.98, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB39147-
CMYK0.980.9400.42
HSL237.5º96%29.41%-
HSV(B)237.5º97.96%57.65%-
XYZ5.42.3227.77-
YUV22.94198.01113.78-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 1.89%
GREEN value IS 9 (3.91% from 255) = 5.66%
BLUE value IS 147 (57.81% from 255) = 92.45%
R=1.89%
G=5.66%
B=92.45%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal391470.980.9400.42237.59629.41
Hex3993625E02Aee601d
Octal31122314213605235614035
Binary1110011001001111000101011110010101011101110110000011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #030993

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #030993; }

 p { color: rgb(3,9,147); }

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

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

 a { background-color: rgb(3,9,147); }

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

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

 span { border-color: rgb(3,9,147); }

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