#1D0ABA

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

Shades of Medium Blue #1D0ABA

Tints of Medium Blue #1D0ABA

Color information

#1D0ABA (or 0x1D0ABA) is unknown color: approx Medium Blue. HEX triplet: 1D, 0A and BA. RGB value is (29,10,186). Sum of RGB (Red+Green+Blue) = 29+10+186=225 (29% of max value = 765). Red value is 29 (11.72% from 255 or 12.89% from 225); Green value is 10 (4.30% from 255 or 4.44% from 225); Blue value is 186 (73.05% from 255 or 82.67% from 225); Max value from RGB is 186 - color contains mainly: blue. Hex color #1D0ABA is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #1D0ABA is #E2F545. Grayscale: #232323. Windows color (decimal): -14873926 or 12192285. OLE color: 12192285.

HSL color Cylindrical-coordinate representation of color #1D0ABA: hue angle of 246.48º degrees, saturation: 0.9, 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 #1D0ABA is Cyan = 0.84, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB2910186-
CMYK0.840.9500.27
HSL246.48º89.8%38.43%-
HSV(B)246.48º94.62%72.94%-
XYZ9.484.0246.73-
YUV35.74212.79123.19-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 12.89%
GREEN value IS 10 (4.30% from 255) = 4.44%
BLUE value IS 186 (73.05% from 255) = 82.67%
R=12.89%
G=4.44%
B=82.67%

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
Decimal29101860.840.9500.27246.4889.838.43
Hex1DABA545F01Bf65a26
Octal351227212413703336613246
Binary1110110101011101010101001011111011011111101101011010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D0ABA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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