#030893

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

Shades of Dark Blue #030893

Tints of Dark Blue #030893

Color information

#030893 (or 0x030893) is unknown color: approx Dark Blue. HEX triplet: 03, 08 and 93. RGB value is (3,8,147). Sum of RGB (Red+Green+Blue) = 3+8+147=158 (20% of max value = 765). Red value is 3 (1.56% from 255 or 1.90% from 158); Green value is 8 (3.52% from 255 or 5.06% from 158); Blue value is 147 (57.81% from 255 or 93.04% from 158); Max value from RGB is 147 - color contains mainly: blue. Hex color #030893 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #030893 is #FCF76C. Grayscale: #151515. Windows color (decimal): -16578413 or 9635843. OLE color: 9635843.

HSL color Cylindrical-coordinate representation of color #030893: hue angle of 237.92º 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 #030893 is Cyan = 0.98, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB38147-
CMYK0.980.9500.42
HSL237.92º96%29.41%-
HSV(B)237.92º97.96%57.65%-
XYZ5.392.327.76-
YUV22.35198.34114.2-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 1.90%
GREEN value IS 8 (3.52% from 255) = 5.06%
BLUE value IS 147 (57.81% from 255) = 93.04%
R=1.90%
G=5.06%
B=93.04%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal381470.980.9500.42237.929629.41
Hex3893625F02Aee601d
Octal31022314213705235614035
Binary1110001001001111000101011111010101011101110110000011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #030893

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #030893; }

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

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

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

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

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

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

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

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