#0411CB

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

Shades of Medium Blue #0411CB

Tints of Medium Blue #0411CB

Color information

#0411CB (or 0x0411CB) is unknown color: approx Medium Blue. HEX triplet: 04, 11 and CB. RGB value is (4,17,203). Sum of RGB (Red+Green+Blue) = 4+17+203=224 (29% of max value = 765). Red value is 4 (1.95% from 255 or 1.79% from 224); Green value is 17 (7.03% from 255 or 7.59% from 224); Blue value is 203 (79.69% from 255 or 90.62% from 224); Max value from RGB is 203 - color contains mainly: blue. Hex color #0411CB is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0411CB is #FBEE34. Grayscale: #212121. Windows color (decimal): -16510517 or 13308164. OLE color: 13308164.

HSL color Cylindrical-coordinate representation of color #0411CB: hue angle of 236.08º degrees, saturation: 0.96, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0411CB is Cyan = 0.98, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB417203-
CMYK0.980.9200.20
HSL236.08º96.14%40.59%-
HSV(B)236.08º98.03%79.61%-
XYZ11.034.7456.83-
YUV34.32223.19106.38-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 1.79%
GREEN value IS 17 (7.03% from 255) = 7.59%
BLUE value IS 203 (79.69% from 255) = 90.62%
R=1.79%
G=7.59%
B=90.62%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.92
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal4172030.980.9200.20236.0896.1440.59
Hex411CB625C014ec6029
Octal42131314213402435414051
Binary100100011100101111000101011100010100111011001100000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0411CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0411CB; }

 p { color: rgb(4,17,203); }

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

<style>
 a { background-color: #0411CB; }

 a { background-color: rgb(4,17,203); }

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

<style>
 span { border-color: #0411CB; }

 span { border-color: rgb(4,17,203); }

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