Html Css Color HEX #1D0ABD Medium Blue

📋 copy color: '#1D0ABD'

red 29 ◦ green 10 ◦ blue 189

#1D0ABD
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Medium Blue #1D0ABD

Tints of Medium Blue #1D0ABD

RGB

 RED value IS 29 (11.72% from 255) = 12.72%

 GREEN value IS 10 (4.3% from 255) = 4.39%

 BLUE value IS 189 (74.22% from 255) = 82.89%

R = 12.72%
G = 4.39%
B = 82.89%

CMYK

 C value IS 0.85

 M value IS 0.95

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#1D0ABD (or 0x1D0ABD) is known color: Medium Blue. HEX triplet: 1D, 0A and BD. RGB value is (29,10,189). Sum of RGB (Red+Green+Blue) = 29+10+189=228 (30% of max value = 765). Red value is 29 (11.72% from 255 or 12.72% from 228); Green value is 10 (4.30% from 255 or 4.39% from 228); Blue value is 189 (74.22% from 255 or 82.89% from 228); Max value from RGB is 189 - color contains mainly: blue. Hex color #1D0ABD is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #1D0ABD is #E2F542. Grayscale: #232323. Windows color (decimal): -14873923 or 12388893. OLE color: 12388893.

HSL color Cylindrical-coordinate representation of color #1D0ABD: hue angle of 246.37º degrees, saturation: 0.9, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #1D0ABD is Cyan = 0.85, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 29 10 189 -
CMYK 0.85 0.95 0 0.26
HSL 246.37º 0.9% 0.39% -
HSV(B) 246.37º 0.95% 0.74% -
XYZ 9.8 4.15 48.43 -
YUV 36.09 214.29 122.95 -
System Red Green Blue C M Y K H S L
Decimal 29 10 189 0.85 0.95 0 0.26 246.37 0.9 0.39
Hex 1D A BD 55 5F 0 1A F6 5A 27
Octal 35 12 275 125 137 0 32 366 132 47
Binary 11101 1010 10111101 1010101 1011111 0 11010 11110110 1011010 100111

Color Harmonies of #1D0ABD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1D0ABD

Black with #1D0ABD

Text Example


Text Example

White with #1D0ABD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #1D0ABD;
 }
 .AnyTagClassName
 {
   color: #1D0ABD;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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