Html Css Color HEX #1B0CB6 Medium Blue

📋 copy color: '#1B0CB6'

red 27 ◦ green 12 ◦ blue 182

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

Shades of Medium Blue #1B0CB6

Tints of Medium Blue #1B0CB6

RGB

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

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

 BLUE value IS 182 (71.48% from 255) = 82.35%

R = 12.22%
G = 5.43%
B = 82.35%

CMYK

 C value IS 0.85

 M value IS 0.93

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#1B0CB6 (or 0x1B0CB6) is known color: Medium Blue. HEX triplet: 1B, 0C and B6. RGB value is (27,12,182). Sum of RGB (Red+Green+Blue) = 27+12+182=221 (29% of max value = 765). Red value is 27 (10.94% from 255 or 12.22% from 221); Green value is 12 (5.08% from 255 or 5.43% from 221); Blue value is 182 (71.48% from 255 or 82.35% from 221); Max value from RGB is 182 - color contains mainly: blue. Hex color #1B0CB6 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #1B0CB6 is #E4F349. Grayscale: #232323. Windows color (decimal): -15004490 or 11930651. OLE color: 11930651.

HSL color Cylindrical-coordinate representation of color #1B0CB6: hue angle of 245.29º degrees, saturation: 0.88, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #1B0CB6 is Cyan = 0.85, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 27 12 182 -
CMYK 0.85 0.93 0 0.29
HSL 245.29º 0.88% 0.38% -
HSV(B) 245.29º 0.93% 0.71% -
XYZ 9.03 3.87 44.53 -
YUV 35.87 210.47 121.68 -
System Red Green Blue C M Y K H S L
Decimal 27 12 182 0.85 0.93 0 0.29 245.29 0.88 0.38
Hex 1B C B6 55 5D 0 1D F5 58 26
Octal 33 14 266 125 135 0 35 365 130 46
Binary 11011 1100 10110110 1010101 1011101 0 11101 11110101 1011000 100110

Color Harmonies of #1B0CB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1B0CB6

Black with #1B0CB6

Text Example


Text Example

White with #1B0CB6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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