#030691

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

Shades of Dark Blue #030691

Tints of Dark Blue #030691

Color information

#030691 (or 0x030691) is unknown color: approx Dark Blue. HEX triplet: 03, 06 and 91. RGB value is (3,6,145). Sum of RGB (Red+Green+Blue) = 3+6+145=154 (20% of max value = 765). Red value is 3 (1.56% from 255 or 1.95% from 154); Green value is 6 (2.73% from 255 or 3.90% from 154); Blue value is 145 (57.03% from 255 or 94.16% from 154); Max value from RGB is 145 - color contains mainly: blue. Hex color #030691 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #030691 is #FCF96E. Grayscale: #141414. Windows color (decimal): -16578927 or 9504259. OLE color: 9504259.

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

Color convert

RGB36145-
CMYK0.980.9600.43
HSL238.73º95.95%29.02%-
HSV(B)238.73º97.93%56.86%-
XYZ5.212.1926.94-
YUV20.95198.01115.2-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 1.95%
GREEN value IS 6 (2.73% from 255) = 3.90%
BLUE value IS 145 (57.03% from 255) = 94.16%
R=1.95%
G=3.90%
B=94.16%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal361450.980.9600.43238.7395.9529.02
Hex3691626002Bef601d
Octal3622114214005335714035
Binary111101001000111000101100000010101111101111110000011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #030691

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #030691; }

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

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

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

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

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

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

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

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