#030B89

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

Shades of Dark Blue #030B89

Tints of Dark Blue #030B89

Color information

#030B89 (or 0x030B89) is unknown color: approx Dark Blue. HEX triplet: 03, 0B and 89. RGB value is (3,11,137). Sum of RGB (Red+Green+Blue) = 3+11+137=151 (20% of max value = 765). Red value is 3 (1.56% from 255 or 1.99% from 151); Green value is 11 (4.69% from 255 or 7.28% from 151); Blue value is 137 (53.91% from 255 or 90.73% from 151); Max value from RGB is 137 - color contains mainly: blue. Hex color #030B89 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #030B89 is #FCF476. Grayscale: #161616. Windows color (decimal): -16577655 or 8981251. OLE color: 8981251.

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

Color convert

RGB311137-
CMYK0.980.9200.46
HSL236.42º95.71%27.45%-
HSV(B)236.42º97.81%53.73%-
XYZ4.672.0623.82-
YUV22.97192.35113.75-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 1.99%
GREEN value IS 11 (4.69% from 255) = 7.28%
BLUE value IS 137 (53.91% from 255) = 90.73%
R=1.99%
G=7.28%
B=90.73%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.92
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal3111370.980.9200.46236.4295.7127.45
Hex3B89625C02Eec601b
Octal31321114213405635414033
Binary1110111000100111000101011100010111011101100110000011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #030B89

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #030B89; }

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

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

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

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

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

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

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

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