#030B8E

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

Shades of Dark Blue #030B8E

Tints of Dark Blue #030B8E

Color information

#030B8E (or 0x030B8E) is unknown color: approx Dark Blue. HEX triplet: 03, 0B and 8E. RGB value is (3,11,142). Sum of RGB (Red+Green+Blue) = 3+11+142=156 (20% of max value = 765). Red value is 3 (1.56% from 255 or 1.92% from 156); Green value is 11 (4.69% from 255 or 7.05% from 156); Blue value is 142 (55.86% from 255 or 91.03% from 156); Max value from RGB is 142 - color contains mainly: blue. Hex color #030B8E is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #030B8E is #FCF471. Grayscale: #171717. Windows color (decimal): -16577650 or 9308931. OLE color: 9308931.

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

Color convert

RGB311142-
CMYK0.980.9200.44
HSL236.55º95.86%28.43%-
HSV(B)236.55º97.89%55.69%-
XYZ5.042.2125.75-
YUV23.54194.85113.35-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 1.92%
GREEN value IS 11 (4.69% from 255) = 7.05%
BLUE value IS 142 (55.86% from 255) = 91.03%
R=1.92%
G=7.05%
B=91.03%

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
Decimal3111420.980.9200.44236.5595.8628.43
Hex3B8E625C02Ced601c
Octal31321614213405435514034
Binary1110111000111011000101011100010110011101101110000011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #030B8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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