Html Css Color HEX #181BDB Medium Blue

📋 copy color: '#181BDB'

red 24 ◦ green 27 ◦ blue 219

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

Shades of Medium Blue #181BDB

Tints of Medium Blue #181BDB

RGB

 RED value IS 24 (9.77% from 255) = 8.89%

 GREEN value IS 27 (10.94% from 255) = 10%

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

R = 8.89%
G = 10%
B = 81.11%

CMYK

 C value IS 0.89

 M value IS 0.88

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#181BDB (or 0x181BDB) is known color: Medium Blue. HEX triplet: 18, 1B and DB. RGB value is (24,27,219). Sum of RGB (Red+Green+Blue) = 24+27+219=270 (35% of max value = 765). Red value is 24 (9.77% from 255 or 8.89% from 270); Green value is 27 (10.94% from 255 or 10% from 270); Blue value is 219 (85.94% from 255 or 81.11% from 270); Max value from RGB is 219 - color contains mainly: blue. Hex color #181BDB is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #181BDB is #E7E424. Grayscale: #2F2F2F. Windows color (decimal): -15197221 or 14359320. OLE color: 14359320.

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

Color convert

RGB 24 27 219 -
CMYK 0.89 0.88 0 0.14
HSL 239.08º 0.8% 0.48% -
HSV(B) 239.08º 0.89% 0.86% -
XYZ 13.55 6.09 67.48 -
YUV 47.99 224.51 110.89 -
System Red Green Blue C M Y K H S L
Decimal 24 27 219 0.89 0.88 0 0.14 239.08 0.8 0.48
Hex 18 1B DB 59 58 0 E EF 50 30
Octal 30 33 333 131 130 0 16 357 120 60
Binary 11000 11011 11011011 1011001 1011000 0 1110 11101111 1010000 110000

Color Harmonies of #181BDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #181BDB

Black with #181BDB

Text Example


Text Example

White with #181BDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #181BDB; }

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

 H1.HeaderClassName
 {
   color: #181BDB;
 }
 .AnyTagClassName
 {
   color: #181BDB;
 }
</style>

background-color css

<style>
 a { background-color: #181BDB; }

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

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

border-color css

<style>
 span { border-color: #181BDB; }

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

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