Html Css Color HEX #1B1DDB Medium Blue

📋 copy color: '#1B1DDB'

red 27 ◦ green 29 ◦ blue 219

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

Shades of Medium Blue #1B1DDB

Tints of Medium Blue #1B1DDB

RGB

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

 GREEN value IS 29 (11.72% from 255) = 10.55%

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

R = 9.82%
G = 10.55%
B = 79.64%

CMYK

 C value IS 0.88

 M value IS 0.87

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#1B1DDB (or 0x1B1DDB) is known color: Medium Blue. HEX triplet: 1B, 1D and DB. RGB value is (27,29,219). Sum of RGB (Red+Green+Blue) = 27+29+219=275 (36% of max value = 765). Red value is 27 (10.94% from 255 or 9.82% from 275); Green value is 29 (11.72% from 255 or 10.55% from 275); Blue value is 219 (85.94% from 255 or 79.64% from 275); Max value from RGB is 219 - color contains mainly: blue. Hex color #1B1DDB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #1B1DDB is #E4E224. Grayscale: #313131. Windows color (decimal): -15000101 or 14359835. OLE color: 14359835.

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

Color convert

RGB 27 29 219 -
CMYK 0.88 0.87 0 0.14
HSL 239.38º 0.78% 0.48% -
HSV(B) 239.38º 0.88% 0.86% -
XYZ 13.68 6.23 67.5 -
YUV 50.06 223.34 111.55 -
System Red Green Blue C M Y K H S L
Decimal 27 29 219 0.88 0.87 0 0.14 239.38 0.78 0.48
Hex 1B 1D DB 58 57 0 E EF 4E 30
Octal 33 35 333 130 127 0 16 357 116 60
Binary 11011 11101 11011011 1011000 1010111 0 1110 11101111 1001110 110000

Color Harmonies of #1B1DDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1B1DDB

Black with #1B1DDB

Text Example


Text Example

White with #1B1DDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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