Html Css Color HEX #181BD8 Medium Blue

📋 copy color: '#181BD8'

red 24 ◦ green 27 ◦ blue 216

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

Shades of Medium Blue #181BD8

Tints of Medium Blue #181BD8

RGB

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

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

 BLUE value IS 216 (84.77% from 255) = 80.9%

R = 8.99%
G = 10.11%
B = 80.9%

CMYK

 C value IS 0.89

 M value IS 0.88

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#181BD8 (or 0x181BD8) is known color: Medium Blue. HEX triplet: 18, 1B and D8. RGB value is (24,27,216). Sum of RGB (Red+Green+Blue) = 24+27+216=267 (35% of max value = 765). Red value is 24 (9.77% from 255 or 8.99% from 267); Green value is 27 (10.94% from 255 or 10.11% from 267); Blue value is 216 (84.77% from 255 or 80.90% from 267); Max value from RGB is 216 - color contains mainly: blue. Hex color #181BD8 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #181BD8 is #E7E427. Grayscale: #2E2E2E. Windows color (decimal): -15197224 or 14162712. OLE color: 14162712.

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

Color convert

RGB 24 27 216 -
CMYK 0.89 0.88 0 0.15
HSL 239.06º 0.8% 0.47% -
HSV(B) 239.06º 0.89% 0.85% -
XYZ 13.16 5.94 65.42 -
YUV 47.65 223.01 111.13 -
System Red Green Blue C M Y K H S L
Decimal 24 27 216 0.89 0.88 0 0.15 239.06 0.8 0.47
Hex 18 1B D8 59 58 0 F EF 50 2F
Octal 30 33 330 131 130 0 17 357 120 57
Binary 11000 11011 11011000 1011001 1011000 0 1111 11101111 1010000 101111

Color Harmonies of #181BD8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #181BD8

Black with #181BD8

Text Example


Text Example

White with #181BD8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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