Html Css Color HEX #180BCC Medium Blue

📋 copy color: '#180BCC'

red 24 ◦ green 11 ◦ blue 204

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

Shades of Medium Blue #180BCC

Tints of Medium Blue #180BCC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 85.36%

R = 10.04%
G = 4.6%
B = 85.36%

CMYK

 C value IS 0.88

 M value IS 0.95

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#180BCC (or 0x180BCC) is known color: Medium Blue. HEX triplet: 18, 0B and CC. RGB value is (24,11,204). Sum of RGB (Red+Green+Blue) = 24+11+204=239 (31% of max value = 765). Red value is 24 (9.77% from 255 or 10.04% from 239); Green value is 11 (4.69% from 255 or 4.60% from 239); Blue value is 204 (80.08% from 255 or 85.36% from 239); Max value from RGB is 204 - color contains mainly: blue. Hex color #180BCC is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #180BCC is #E7F433. Grayscale: #242424. Windows color (decimal): -15201332 or 13372184. OLE color: 13372184.

HSL color Cylindrical-coordinate representation of color #180BCC: hue angle of 244.04º degrees, saturation: 0.9, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #180BCC is Cyan = 0.88, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 24 11 204 -
CMYK 0.88 0.95 0 0.2
HSL 244.04º 0.9% 0.42% -
HSV(B) 244.04º 0.95% 0.8% -
XYZ 11.4 4.79 57.45 -
YUV 36.89 222.31 118.81 -
System Red Green Blue C M Y K H S L
Decimal 24 11 204 0.88 0.95 0 0.2 244.04 0.9 0.42
Hex 18 B CC 58 5F 0 14 F4 5A 2A
Octal 30 13 314 130 137 0 24 364 132 52
Binary 11000 1011 11001100 1011000 1011111 0 10100 11110100 1011010 101010

Color Harmonies of #180BCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #180BCC

Black with #180BCC

Text Example


Text Example

White with #180BCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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