Html Css Color HEX #180BBE Medium Blue

📋 copy color: '#180BBE'

red 24 ◦ green 11 ◦ blue 190

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

Shades of Medium Blue #180BBE

Tints of Medium Blue #180BBE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 84.44%

R = 10.67%
G = 4.89%
B = 84.44%

CMYK

 C value IS 0.87

 M value IS 0.94

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#180BBE (or 0x180BBE) is known color: Medium Blue. HEX triplet: 18, 0B and BE. RGB value is (24,11,190). Sum of RGB (Red+Green+Blue) = 24+11+190=225 (29% of max value = 765). Red value is 24 (9.77% from 255 or 10.67% from 225); Green value is 11 (4.69% from 255 or 4.89% from 225); Blue value is 190 (74.61% from 255 or 84.44% from 225); Max value from RGB is 190 - color contains mainly: blue. Hex color #180BBE is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #180BBE is #E7F441. Grayscale: #222222. Windows color (decimal): -15201346 or 12454680. OLE color: 12454680.

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

Color convert

RGB 24 11 190 -
CMYK 0.87 0.94 0 0.25
HSL 244.36º 0.89% 0.39% -
HSV(B) 244.36º 0.94% 0.75% -
XYZ 9.79 4.15 49 -
YUV 35.29 215.31 119.95 -
System Red Green Blue C M Y K H S L
Decimal 24 11 190 0.87 0.94 0 0.25 244.36 0.89 0.39
Hex 18 B BE 57 5E 0 19 F4 59 27
Octal 30 13 276 127 136 0 31 364 131 47
Binary 11000 1011 10111110 1010111 1011110 0 11001 11110100 1011001 100111

Color Harmonies of #180BBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #180BBE

Black with #180BBE

Text Example


Text Example

White with #180BBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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