#030693

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

Shades of Dark Blue #030693

Tints of Dark Blue #030693

Color information

#030693 (or 0x030693) is unknown color: approx Dark Blue. HEX triplet: 03, 06 and 93. RGB value is (3,6,147). Sum of RGB (Red+Green+Blue) = 3+6+147=156 (20% of max value = 765). Red value is 3 (1.56% from 255 or 1.92% from 156); Green value is 6 (2.73% from 255 or 3.85% from 156); Blue value is 147 (57.81% from 255 or 94.23% from 156); Max value from RGB is 147 - color contains mainly: blue. Hex color #030693 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #030693 is #FCF96C. Grayscale: #141414. Windows color (decimal): -16578925 or 9635331. OLE color: 9635331.

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

Color convert

RGB36147-
CMYK0.980.9600.42
HSL238.75º96%29.41%-
HSV(B)238.75º97.96%57.65%-
XYZ5.372.2627.76-
YUV21.18199.01115.04-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 1.92%
GREEN value IS 6 (2.73% from 255) = 3.85%
BLUE value IS 147 (57.81% from 255) = 94.23%
R=1.92%
G=3.85%
B=94.23%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal361470.980.9600.42238.759629.41
Hex3693626002Aef601d
Octal3622314214005235714035
Binary111101001001111000101100000010101011101111110000011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #030693

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #030693; }

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

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

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

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

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

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

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

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