Html Css Color HEX #180CBB Medium Blue

📋 copy color: '#180CBB'

red 24 ◦ green 12 ◦ blue 187

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

Shades of Medium Blue #180CBB

Tints of Medium Blue #180CBB

RGB

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

 GREEN value IS 12 (5.08% from 255) = 5.38%

 BLUE value IS 187 (73.44% from 255) = 83.86%

R = 10.76%
G = 5.38%
B = 83.86%

CMYK

 C value IS 0.87

 M value IS 0.94

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#180CBB (or 0x180CBB) is known color: Medium Blue. HEX triplet: 18, 0C and BB. RGB value is (24,12,187). Sum of RGB (Red+Green+Blue) = 24+12+187=223 (29% of max value = 765). Red value is 24 (9.77% from 255 or 10.76% from 223); Green value is 12 (5.08% from 255 or 5.38% from 223); Blue value is 187 (73.44% from 255 or 83.86% from 223); Max value from RGB is 187 - color contains mainly: blue. Hex color #180CBB is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #180CBB is #E7F344. Grayscale: #222222. Windows color (decimal): -15201093 or 12258328. OLE color: 12258328.

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

Color convert

RGB 24 12 187 -
CMYK 0.87 0.94 0 0.27
HSL 244.11º 0.88% 0.39% -
HSV(B) 244.11º 0.94% 0.73% -
XYZ 9.48 4.04 47.29 -
YUV 35.54 213.48 119.77 -
System Red Green Blue C M Y K H S L
Decimal 24 12 187 0.87 0.94 0 0.27 244.11 0.88 0.39
Hex 18 C BB 57 5E 0 1B F4 58 27
Octal 30 14 273 127 136 0 33 364 130 47
Binary 11000 1100 10111011 1010111 1011110 0 11011 11110100 1011000 100111

Color Harmonies of #180CBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #180CBB

Black with #180CBB

Text Example


Text Example

White with #180CBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(24,12,187); }

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

background-color css

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

 a { background-color: rgb(24,12,187); }

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

border-color css

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

 span { border-color: rgb(24,12,187); }

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