Html Css Color HEX #180BB8 Medium Blue

📋 copy color: '#180BB8'

red 24 ◦ green 11 ◦ blue 184

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

Shades of Medium Blue #180BB8

Tints of Medium Blue #180BB8

RGB

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

 GREEN value IS 11 (4.69% from 255) = 5.02%

 BLUE value IS 184 (72.27% from 255) = 84.02%

R = 10.96%
G = 5.02%
B = 84.02%

CMYK

 C value IS 0.87

 M value IS 0.94

 Y value IS 0

 K value IS 0.28

RGB Variations

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

Color information

#180BB8 (or 0x180BB8) is known color: Medium Blue. HEX triplet: 18, 0B and B8. RGB value is (24,11,184). Sum of RGB (Red+Green+Blue) = 24+11+184=219 (29% of max value = 765). Red value is 24 (9.77% from 255 or 10.96% from 219); Green value is 11 (4.69% from 255 or 5.02% from 219); Blue value is 184 (72.27% from 255 or 84.02% from 219); Max value from RGB is 184 - color contains mainly: blue. Hex color #180BB8 is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #180BB8 is #E7F447. Grayscale: #212121. Windows color (decimal): -15201352 or 12061464. OLE color: 12061464.

HSL color Cylindrical-coordinate representation of color #180BB8: hue angle of 244.51º degrees, saturation: 0.89, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #180BB8 is Cyan = 0.87, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB 24 11 184 -
CMYK 0.87 0.94 0 0.28
HSL 244.51º 0.89% 0.38% -
HSV(B) 244.51º 0.94% 0.72% -
XYZ 9.15 3.89 45.62 -
YUV 34.61 212.31 120.43 -
System Red Green Blue C M Y K H S L
Decimal 24 11 184 0.87 0.94 0 0.28 244.51 0.89 0.38
Hex 18 B B8 57 5E 0 1C F5 59 26
Octal 30 13 270 127 136 0 34 365 131 46
Binary 11000 1011 10111000 1010111 1011110 0 11100 11110101 1011001 100110

Color Harmonies of #180BB8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #180BB8

Black with #180BB8

Text Example


Text Example

White with #180BB8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(24,11,184); }

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

background-color css

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

 a { background-color: rgb(24,11,184); }

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

border-color css

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

 span { border-color: rgb(24,11,184); }

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