#1D06BA

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

Shades of Medium Blue #1D06BA

Tints of Medium Blue #1D06BA

Color information

#1D06BA (or 0x1D06BA) is unknown color: approx Medium Blue. HEX triplet: 1D, 06 and BA. RGB value is (29,6,186). Sum of RGB (Red+Green+Blue) = 29+6+186=221 (29% of max value = 765). Red value is 29 (11.72% from 255 or 13.12% from 221); Green value is 6 (2.73% from 255 or 2.71% from 221); Blue value is 186 (73.05% from 255 or 84.16% from 221); Max value from RGB is 186 - color contains mainly: blue. Hex color #1D06BA is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #1D06BA is #E2F945. Grayscale: #202020. Windows color (decimal): -14874950 or 12191261. OLE color: 12191261.

HSL color Cylindrical-coordinate representation of color #1D06BA: hue angle of 247.67º degrees, saturation: 0.94, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #1D06BA is Cyan = 0.84, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB296186-
CMYK0.840.9700.27
HSL247.67º93.75%37.65%-
HSV(B)247.67º96.77%72.94%-
XYZ9.433.9446.72-
YUV33.4214.12124.86-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 13.12%
GREEN value IS 6 (2.73% from 255) = 2.71%
BLUE value IS 186 (73.05% from 255) = 84.16%
R=13.12%
G=2.71%
B=84.16%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal2961860.840.9700.27247.6793.7537.65
Hex1D6BA546101Bf85e26
Octal35627212414103337013646
Binary111011101011101010101001100001011011111110001011110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D06BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1D06BA; }

 p { color: rgb(29,6,186); }

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

<style>
 a { background-color: #1D06BA; }

 a { background-color: rgb(29,6,186); }

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

<style>
 span { border-color: #1D06BA; }

 span { border-color: rgb(29,6,186); }

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