#1D09BB

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

Shades of Medium Blue #1D09BB

Tints of Medium Blue #1D09BB

Color information

#1D09BB (or 0x1D09BB) is unknown color: approx Medium Blue. HEX triplet: 1D, 09 and BB. RGB value is (29,9,187). Sum of RGB (Red+Green+Blue) = 29+9+187=225 (29% of max value = 765). Red value is 29 (11.72% from 255 or 12.89% from 225); Green value is 9 (3.91% from 255 or 4% from 225); Blue value is 187 (73.44% from 255 or 83.11% from 225); Max value from RGB is 187 - color contains mainly: blue. Hex color #1D09BB is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #1D09BB is #E2F644. Grayscale: #222222. Windows color (decimal): -14874181 or 12257565. OLE color: 12257565.

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

Color convert

RGB299187-
CMYK0.840.9500.27
HSL246.74º90.82%38.43%-
HSV(B)246.74º95.19%73.33%-
XYZ9.574.0447.29-
YUV35.27213.63123.53-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 12.89%
GREEN value IS 9 (3.91% from 255) = 4%
BLUE value IS 187 (73.44% from 255) = 83.11%
R=12.89%
G=4%
B=83.11%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal2991870.840.9500.27246.7490.8238.43
Hex1D9BB545F01Bf75b26
Octal351127312413703336713346
Binary1110110011011101110101001011111011011111101111011011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D09BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(29,9,187); }

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

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

 a { background-color: rgb(29,9,187); }

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

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

 span { border-color: rgb(29,9,187); }

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