#030B8F

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

Shades of Dark Blue #030B8F

Tints of Dark Blue #030B8F

Color information

#030B8F (or 0x030B8F) is unknown color: approx Dark Blue. HEX triplet: 03, 0B and 8F. RGB value is (3,11,143). Sum of RGB (Red+Green+Blue) = 3+11+143=157 (20% of max value = 765). Red value is 3 (1.56% from 255 or 1.91% from 157); Green value is 11 (4.69% from 255 or 7.01% from 157); Blue value is 143 (56.25% from 255 or 91.08% from 157); Max value from RGB is 143 - color contains mainly: blue. Hex color #030B8F is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #030B8F is #FCF470. Grayscale: #171717. Windows color (decimal): -16577649 or 9374467. OLE color: 9374467.

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

Color convert

RGB311143-
CMYK0.980.9200.44
HSL236.57º95.89%28.63%-
HSV(B)236.57º97.9%56.08%-
XYZ5.122.2426.15-
YUV23.66195.35113.27-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 1.91%
GREEN value IS 11 (4.69% from 255) = 7.01%
BLUE value IS 143 (56.25% from 255) = 91.08%
R=1.91%
G=7.01%
B=91.08%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.92
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal3111430.980.9200.44236.5795.8928.63
Hex3B8F625C02Ced601d
Octal31321714213405435514035
Binary1110111000111111000101011100010110011101101110000011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #030B8F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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