Html Css Color HEX #180FBC Medium Blue

📋 copy color: '#180FBC'

red 24 ◦ green 15 ◦ blue 188

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

Shades of Medium Blue #180FBC

Tints of Medium Blue #180FBC

RGB

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

 GREEN value IS 15 (6.25% from 255) = 6.61%

 BLUE value IS 188 (73.83% from 255) = 82.82%

R = 10.57%
G = 6.61%
B = 82.82%

CMYK

 C value IS 0.87

 M value IS 0.92

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#180FBC (or 0x180FBC) is known color: Medium Blue. HEX triplet: 18, 0F and BC. RGB value is (24,15,188). Sum of RGB (Red+Green+Blue) = 24+15+188=227 (30% of max value = 765). Red value is 24 (9.77% from 255 or 10.57% from 227); Green value is 15 (6.25% from 255 or 6.61% from 227); Blue value is 188 (73.83% from 255 or 82.82% from 227); Max value from RGB is 188 - color contains mainly: blue. Hex color #180FBC is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #180FBC is #E7F043. Grayscale: #242424. Windows color (decimal): -15200324 or 12324632. OLE color: 12324632.

HSL color Cylindrical-coordinate representation of color #180FBC: hue angle of 243.12º degrees, saturation: 0.85, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #180FBC is Cyan = 0.87, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 24 15 188 -
CMYK 0.87 0.92 0 0.26
HSL 243.12º 0.85% 0.4% -
HSV(B) 243.12º 0.92% 0.74% -
XYZ 9.62 4.17 47.87 -
YUV 37.41 212.98 118.43 -
System Red Green Blue C M Y K H S L
Decimal 24 15 188 0.87 0.92 0 0.26 243.12 0.85 0.4
Hex 18 F BC 57 5C 0 1A F3 55 28
Octal 30 17 274 127 134 0 32 363 125 50
Binary 11000 1111 10111100 1010111 1011100 0 11010 11110011 1010101 101000

Color Harmonies of #180FBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #180FBC

Black with #180FBC

Text Example


Text Example

White with #180FBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(24,15,188); }

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

background-color css

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

 a { background-color: rgb(24,15,188); }

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

border-color css

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

 span { border-color: rgb(24,15,188); }

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