Html Css Color HEX #1B0CC0 Medium Blue

📋 copy color: '#1B0CC0'

red 27 ◦ green 12 ◦ blue 192

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

Shades of Medium Blue #1B0CC0

Tints of Medium Blue #1B0CC0

RGB

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

 GREEN value IS 12 (5.08% from 255) = 5.19%

 BLUE value IS 192 (75.39% from 255) = 83.12%

R = 11.69%
G = 5.19%
B = 83.12%

CMYK

 C value IS 0.86

 M value IS 0.94

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#1B0CC0 (or 0x1B0CC0) is known color: Medium Blue. HEX triplet: 1B, 0C and C0. RGB value is (27,12,192). Sum of RGB (Red+Green+Blue) = 27+12+192=231 (30% of max value = 765). Red value is 27 (10.94% from 255 or 11.69% from 231); Green value is 12 (5.08% from 255 or 5.19% from 231); Blue value is 192 (75.39% from 255 or 83.12% from 231); Max value from RGB is 192 - color contains mainly: blue. Hex color #1B0CC0 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #1B0CC0 is #E4F33F. Grayscale: #242424. Windows color (decimal): -15004480 or 12586011. OLE color: 12586011.

HSL color Cylindrical-coordinate representation of color #1B0CC0: hue angle of 245º degrees, saturation: 0.88, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #1B0CC0 is Cyan = 0.86, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 27 12 192 -
CMYK 0.86 0.94 0 0.25
HSL 245º 0.88% 0.4% -
HSV(B) 245º 0.94% 0.75% -
XYZ 10.1 4.3 50.17 -
YUV 37.01 215.47 120.86 -
System Red Green Blue C M Y K H S L
Decimal 27 12 192 0.86 0.94 0 0.25 245 0.88 0.4
Hex 1B C C0 56 5E 0 19 F5 58 28
Octal 33 14 300 126 136 0 31 365 130 50
Binary 11011 1100 11000000 1010110 1011110 0 11001 11110101 1011000 101000

Color Harmonies of #1B0CC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1B0CC0

Black with #1B0CC0

Text Example


Text Example

White with #1B0CC0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(27,12,192); }

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

background-color css

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

 a { background-color: rgb(27,12,192); }

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

border-color css

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

 span { border-color: rgb(27,12,192); }

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