Html Css Color HEX #1B0ABB Medium Blue

📋 copy color: '#1B0ABB'

red 27 ◦ green 10 ◦ blue 187

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

Shades of Medium Blue #1B0ABB

Tints of Medium Blue #1B0ABB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 83.48%

R = 12.05%
G = 4.46%
B = 83.48%

CMYK

 C value IS 0.86

 M value IS 0.95

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#1B0ABB (or 0x1B0ABB) is known color: Medium Blue. HEX triplet: 1B, 0A and BB. RGB value is (27,10,187). Sum of RGB (Red+Green+Blue) = 27+10+187=224 (29% of max value = 765). Red value is 27 (10.94% from 255 or 12.05% from 224); Green value is 10 (4.30% from 255 or 4.46% from 224); Blue value is 187 (73.44% from 255 or 83.48% from 224); Max value from RGB is 187 - color contains mainly: blue. Hex color #1B0ABB is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #1B0ABB is #E4F544. Grayscale: #222222. Windows color (decimal): -15004997 or 12257819. OLE color: 12257819.

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

Color convert

RGB 27 10 187 -
CMYK 0.86 0.95 0 0.27
HSL 245.76º 0.9% 0.39% -
HSV(B) 245.76º 0.95% 0.73% -
XYZ 9.53 4.04 47.29 -
YUV 35.26 213.63 122.11 -
System Red Green Blue C M Y K H S L
Decimal 27 10 187 0.86 0.95 0 0.27 245.76 0.9 0.39
Hex 1B A BB 56 5F 0 1B F6 5A 27
Octal 33 12 273 126 137 0 33 366 132 47
Binary 11011 1010 10111011 1010110 1011111 0 11011 11110110 1011010 100111

Color Harmonies of #1B0ABB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1B0ABB

Black with #1B0ABB

Text Example


Text Example

White with #1B0ABB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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