Html Css Color HEX #1B0CDB Medium Blue

📋 copy color: '#1B0CDB'

red 27 ◦ green 12 ◦ blue 219

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

Shades of Medium Blue #1B0CDB

Tints of Medium Blue #1B0CDB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 84.88%

R = 10.47%
G = 4.65%
B = 84.88%

CMYK

 C value IS 0.88

 M value IS 0.95

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#1B0CDB (or 0x1B0CDB) is known color: Medium Blue. HEX triplet: 1B, 0C and DB. RGB value is (27,12,219). Sum of RGB (Red+Green+Blue) = 27+12+219=258 (34% of max value = 765). Red value is 27 (10.94% from 255 or 10.47% from 258); Green value is 12 (5.08% from 255 or 4.65% from 258); Blue value is 219 (85.94% from 255 or 84.88% from 258); Max value from RGB is 219 - color contains mainly: blue. Hex color #1B0CDB is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #1B0CDB is #E4F324. Grayscale: #272727. Windows color (decimal): -15004453 or 14355483. OLE color: 14355483.

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

Color convert

RGB 27 12 219 -
CMYK 0.88 0.95 0 0.14
HSL 244.35º 0.9% 0.45% -
HSV(B) 244.35º 0.95% 0.86% -
XYZ 13.37 5.61 67.4 -
YUV 40.08 228.97 118.67 -
System Red Green Blue C M Y K H S L
Decimal 27 12 219 0.88 0.95 0 0.14 244.35 0.9 0.45
Hex 1B C DB 58 5F 0 E F4 5A 2D
Octal 33 14 333 130 137 0 16 364 132 55
Binary 11011 1100 11011011 1011000 1011111 0 1110 11110100 1011010 101101

Color Harmonies of #1B0CDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1B0CDB

Black with #1B0CDB

Text Example


Text Example

White with #1B0CDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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