#1D06B9

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

Shades of Medium Blue #1D06B9

Tints of Medium Blue #1D06B9

Color information

#1D06B9 (or 0x1D06B9) is unknown color: approx Medium Blue. HEX triplet: 1D, 06 and B9. RGB value is (29,6,185). Sum of RGB (Red+Green+Blue) = 29+6+185=220 (29% of max value = 765). Red value is 29 (11.72% from 255 or 13.18% from 220); Green value is 6 (2.73% from 255 or 2.73% from 220); Blue value is 185 (72.66% from 255 or 84.09% from 220); Max value from RGB is 185 - color contains mainly: blue. Hex color #1D06B9 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #1D06B9 is #E2F946. Grayscale: #202020. Windows color (decimal): -14874951 or 12125725. OLE color: 12125725.

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

Color convert

RGB296185-
CMYK0.840.9700.27
HSL247.71º93.72%37.45%-
HSV(B)247.71º96.76%72.55%-
XYZ9.333.8946.16-
YUV33.28213.62124.95-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 13.18%
GREEN value IS 6 (2.73% from 255) = 2.73%
BLUE value IS 185 (72.66% from 255) = 84.09%
R=13.18%
G=2.73%
B=84.09%

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
Decimal2961850.840.9700.27247.7193.7237.45
Hex1D6B9546101Bf85e25
Octal35627112414103337013645
Binary111011101011100110101001100001011011111110001011110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D06B9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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