Html Css Color HEX #1C0BBB Medium Blue

📋 copy color: '#1C0BBB'

red 28 ◦ green 11 ◦ blue 187

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

Shades of Medium Blue #1C0BBB

Tints of Medium Blue #1C0BBB

RGB

 RED value IS 28 (11.33% from 255) = 12.39%

 GREEN value IS 11 (4.69% from 255) = 4.87%

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

R = 12.39%
G = 4.87%
B = 82.74%

CMYK

 C value IS 0.85

 M value IS 0.94

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#1C0BBB (or 0x1C0BBB) is known color: Medium Blue. HEX triplet: 1C, 0B and BB. RGB value is (28,11,187). Sum of RGB (Red+Green+Blue) = 28+11+187=226 (29% of max value = 765). Red value is 28 (11.33% from 255 or 12.39% from 226); Green value is 11 (4.69% from 255 or 4.87% from 226); Blue value is 187 (73.44% from 255 or 82.74% from 226); Max value from RGB is 187 - color contains mainly: blue. Hex color #1C0BBB is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #1C0BBB is #E3F444. Grayscale: #232323. Windows color (decimal): -14939205 or 12258076. OLE color: 12258076.

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

Color convert

RGB 28 11 187 -
CMYK 0.85 0.94 0 0.27
HSL 245.8º 0.89% 0.39% -
HSV(B) 245.8º 0.94% 0.73% -
XYZ 9.57 4.07 47.3 -
YUV 36.15 213.13 122.19 -
System Red Green Blue C M Y K H S L
Decimal 28 11 187 0.85 0.94 0 0.27 245.8 0.89 0.39
Hex 1C B BB 55 5E 0 1B F6 59 27
Octal 34 13 273 125 136 0 33 366 131 47
Binary 11100 1011 10111011 1010101 1011110 0 11011 11110110 1011001 100111

Color Harmonies of #1C0BBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1C0BBB

Black with #1C0BBB

Text Example


Text Example

White with #1C0BBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(28,11,187); }

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

background-color css

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

 a { background-color: rgb(28,11,187); }

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

border-color css

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

 span { border-color: rgb(28,11,187); }

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