Html Css Color HEX #180FBA Medium Blue

📋 copy color: '#180FBA'

red 24 ◦ green 15 ◦ blue 186

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

Shades of Medium Blue #180FBA

Tints of Medium Blue #180FBA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 82.67%

R = 10.67%
G = 6.67%
B = 82.67%

CMYK

 C value IS 0.87

 M value IS 0.92

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#180FBA (or 0x180FBA) is known color: Medium Blue. HEX triplet: 18, 0F and BA. RGB value is (24,15,186). Sum of RGB (Red+Green+Blue) = 24+15+186=225 (29% of max value = 765). Red value is 24 (9.77% from 255 or 10.67% from 225); Green value is 15 (6.25% from 255 or 6.67% from 225); Blue value is 186 (73.05% from 255 or 82.67% from 225); Max value from RGB is 186 - color contains mainly: blue. Hex color #180FBA is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #180FBA is #E7F045. Grayscale: #242424. Windows color (decimal): -15200326 or 12193560. OLE color: 12193560.

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

Color convert

RGB 24 15 186 -
CMYK 0.87 0.92 0 0.27
HSL 243.16º 0.85% 0.39% -
HSV(B) 243.16º 0.92% 0.73% -
XYZ 9.41 4.08 46.75 -
YUV 37.19 211.98 118.6 -
System Red Green Blue C M Y K H S L
Decimal 24 15 186 0.87 0.92 0 0.27 243.16 0.85 0.39
Hex 18 F BA 57 5C 0 1B F3 55 27
Octal 30 17 272 127 134 0 33 363 125 47
Binary 11000 1111 10111010 1010111 1011100 0 11011 11110011 1010101 100111

Color Harmonies of #180FBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #180FBA

Black with #180FBA

Text Example


Text Example

White with #180FBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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