#040ABD

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

Shades of Medium Blue #040ABD

Tints of Medium Blue #040ABD

Color information

#040ABD (or 0x040ABD) is unknown color: approx Medium Blue. HEX triplet: 04, 0A and BD. RGB value is (4,10,189). Sum of RGB (Red+Green+Blue) = 4+10+189=203 (26% of max value = 765). Red value is 4 (1.95% from 255 or 1.97% from 203); Green value is 10 (4.30% from 255 or 4.93% from 203); Blue value is 189 (74.22% from 255 or 93.10% from 203); Max value from RGB is 189 - color contains mainly: blue. Hex color #040ABD is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #040ABD is #FBF542. Grayscale: #1B1B1B. Windows color (decimal): -16512323 or 12388868. OLE color: 12388868.

HSL color Cylindrical-coordinate representation of color #040ABD: hue angle of 238.05º degrees, saturation: 0.96, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #040ABD is Cyan = 0.98, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB410189-
CMYK0.980.9500.26
HSL238.05º95.85%37.84%-
HSV(B)238.05º97.88%74.12%-
XYZ9.343.9248.41-
YUV28.61218.51110.45-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 1.97%
GREEN value IS 10 (4.30% from 255) = 4.93%
BLUE value IS 189 (74.22% from 255) = 93.10%
R=1.97%
G=4.93%
B=93.10%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal4101890.980.9500.26238.0595.8537.84
Hex4ABD625F01Aee6026
Octal41227514213703235614046
Binary10010101011110111000101011111011010111011101100000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #040ABD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #040ABD; }

 p { color: rgb(4,10,189); }

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

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

 a { background-color: rgb(4,10,189); }

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

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

 span { border-color: rgb(4,10,189); }

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