#030089

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

Shades of Dark Blue #030089

Tints of Dark Blue #030089

Color information

#030089 (or 0x030089) is unknown color: approx Dark Blue. HEX triplet: 03, 00 and 89. RGB value is (3,0,137). Sum of RGB (Red+Green+Blue) = 3+0+137=140 (18% of max value = 765). Red value is 3 (1.56% from 255 or 2.14% from 140); Green value is 0 (0.39% from 255 or 0% from 140); Blue value is 137 (53.91% from 255 or 97.86% from 140); Max value from RGB is 137 - color contains mainly: blue. Hex color #030089 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #030089 is #FCFF76. Grayscale: #0F0F0F. Windows color (decimal): -16580471 or 8978435. OLE color: 8978435.

HSL color Cylindrical-coordinate representation of color #030089: hue angle of 241.31º degrees, saturation: 1, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 1%. Process color model (Four color, CMYK) of #030089 is Cyan = 0.98, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB30137-
CMYK0.98100.46
HSL241.31º100%26.86%-
HSV(B)241.31º100%53.73%-
XYZ4.551.8323.78-
YUV16.52195.99118.36-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 2.14%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 137 (53.91% from 255) = 97.86%
R=2.14%
G=0%
B=97.86%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal301370.98100.46241.3110026.86
Hex3089626402Ef1641b
Octal3021114214405636114433
Binary1101000100111000101100100010111011110001110010011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #030089

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #030089; }

 p { color: rgb(3,0,137); }

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

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

 a { background-color: rgb(3,0,137); }

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

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

 span { border-color: rgb(3,0,137); }

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