#030DB6

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

Shades of Medium Blue #030DB6

Tints of Medium Blue #030DB6

Color information

#030DB6 (or 0x030DB6) is unknown color: approx Medium Blue. HEX triplet: 03, 0D and B6. RGB value is (3,13,182). Sum of RGB (Red+Green+Blue) = 3+13+182=198 (26% of max value = 765). Red value is 3 (1.56% from 255 or 1.52% from 198); Green value is 13 (5.47% from 255 or 6.57% from 198); Blue value is 182 (71.48% from 255 or 91.92% from 198); Max value from RGB is 182 - color contains mainly: blue. Hex color #030DB6 is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #030DB6 is #FCF249. Grayscale: #1C1C1C. Windows color (decimal): -16577098 or 11930883. OLE color: 11930883.

HSL color Cylindrical-coordinate representation of color #030DB6: hue angle of 236.65º degrees, saturation: 0.97, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #030DB6 is Cyan = 0.98, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB313182-
CMYK0.980.9300.29
HSL236.65º96.76%36.27%-
HSV(B)236.65º98.35%71.37%-
XYZ8.623.6844.51-
YUV29.28214.19109.26-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 1.52%
GREEN value IS 13 (5.47% from 255) = 6.57%
BLUE value IS 182 (71.48% from 255) = 91.92%
R=1.52%
G=6.57%
B=91.92%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal3131820.980.9300.29236.6596.7636.27
Hex3DB6625D01Ded6124
Octal31526614213503535514144
Binary1111011011011011000101011101011101111011011100001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #030DB6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(3,13,182); }

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

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

 a { background-color: rgb(3,13,182); }

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

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

 span { border-color: rgb(3,13,182); }

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