Html Css Color HEX #180DB5 Medium Blue

📋 copy color: '#180DB5'

red 24 ◦ green 13 ◦ blue 181

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

Shades of Medium Blue #180DB5

Tints of Medium Blue #180DB5

RGB

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

 GREEN value IS 13 (5.47% from 255) = 5.96%

 BLUE value IS 181 (71.09% from 255) = 83.03%

R = 11.01%
G = 5.96%
B = 83.03%

CMYK

 C value IS 0.87

 M value IS 0.93

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#180DB5 (or 0x180DB5) is known color: Medium Blue. HEX triplet: 18, 0D and B5. RGB value is (24,13,181). Sum of RGB (Red+Green+Blue) = 24+13+181=218 (28% of max value = 765). Red value is 24 (9.77% from 255 or 11.01% from 218); Green value is 13 (5.47% from 255 or 5.96% from 218); Blue value is 181 (71.09% from 255 or 83.03% from 218); Max value from RGB is 181 - color contains mainly: blue. Hex color #180DB5 is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #180DB5 is #E7F24A. Grayscale: #222222. Windows color (decimal): -15200843 or 11865368. OLE color: 11865368.

HSL color Cylindrical-coordinate representation of color #180DB5: hue angle of 243.93º degrees, saturation: 0.87, 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 #180DB5 is Cyan = 0.87, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 24 13 181 -
CMYK 0.87 0.93 0 0.29
HSL 243.93º 0.87% 0.38% -
HSV(B) 243.93º 0.93% 0.71% -
XYZ 8.86 3.82 43.99 -
YUV 35.44 210.14 119.84 -
System Red Green Blue C M Y K H S L
Decimal 24 13 181 0.87 0.93 0 0.29 243.93 0.87 0.38
Hex 18 D B5 57 5D 0 1D F4 57 26
Octal 30 15 265 127 135 0 35 364 127 46
Binary 11000 1101 10110101 1010111 1011101 0 11101 11110100 1010111 100110

Color Harmonies of #180DB5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #180DB5

Black with #180DB5

Text Example


Text Example

White with #180DB5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #180DB5; }

 p { color: rgb(24,13,181); }

 H1.HeaderClassName
 {
   color: #180DB5;
 }
 .AnyTagClassName
 {
   color: #180DB5;
 }
</style>

background-color css

<style>
 a { background-color: #180DB5; }

 a { background-color: rgb(24,13,181); }

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

border-color css

<style>
 span { border-color: #180DB5; }

 span { border-color: rgb(24,13,181); }

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