Html Css Color HEX #1B0ABD Medium Blue

📋 copy color: '#1B0ABD'

red 27 ◦ green 10 ◦ blue 189

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

Shades of Medium Blue #1B0ABD

Tints of Medium Blue #1B0ABD

RGB

 RED value IS 27 (10.94% from 255) = 11.95%

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

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

R = 11.95%
G = 4.42%
B = 83.63%

CMYK

 C value IS 0.86

 M value IS 0.95

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#1B0ABD (or 0x1B0ABD) is known color: Medium Blue. HEX triplet: 1B, 0A and BD. RGB value is (27,10,189). Sum of RGB (Red+Green+Blue) = 27+10+189=226 (29% of max value = 765). Red value is 27 (10.94% from 255 or 11.95% from 226); Green value is 10 (4.30% from 255 or 4.42% from 226); Blue value is 189 (74.22% from 255 or 83.63% from 226); Max value from RGB is 189 - color contains mainly: blue. Hex color #1B0ABD is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #1B0ABD is #E4F542. Grayscale: #222222. Windows color (decimal): -15004995 or 12388891. OLE color: 12388891.

HSL color Cylindrical-coordinate representation of color #1B0ABD: hue angle of 245.7º 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 #1B0ABD is Cyan = 0.86, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 27 10 189 -
CMYK 0.86 0.95 0 0.26
HSL 245.7º 0.9% 0.39% -
HSV(B) 245.7º 0.95% 0.74% -
XYZ 9.75 4.12 48.43 -
YUV 35.49 214.63 121.95 -
System Red Green Blue C M Y K H S L
Decimal 27 10 189 0.86 0.95 0 0.26 245.7 0.9 0.39
Hex 1B A BD 56 5F 0 1A F6 5A 27
Octal 33 12 275 126 137 0 32 366 132 47
Binary 11011 1010 10111101 1010110 1011111 0 11010 11110110 1011010 100111

Color Harmonies of #1B0ABD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1B0ABD

Black with #1B0ABD

Text Example


Text Example

White with #1B0ABD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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