Html Css Color HEX #1200BA Medium Blue

📋 copy color: '#1200BA'

red 18 ◦ green 0 ◦ blue 186

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

Shades of Medium Blue #1200BA

Tints of Medium Blue #1200BA

RGB

 RED value IS 18 (7.42% from 255) = 8.82%

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 8.82%
G = 0%
B = 91.18%

CMYK

 C value IS 0.90

 M value IS 1

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#1200BA (or 0x1200BA) is known color: Medium Blue. HEX triplet: 12, 00 and BA. RGB value is (18,0,186). Sum of RGB (Red+Green+Blue) = 18+0+186=204 (27% of max value = 765). Red value is 18 (7.42% from 255 or 8.82% from 204); Green value is 0 (0.39% from 255 or 0% from 204); Blue value is 186 (73.05% from 255 or 91.18% from 204); Max value from RGB is 186 - color contains mainly: blue. Hex color #1200BA is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #1200BA is #EDFF45. Grayscale: #191919. Windows color (decimal): -15597382 or 12189714. OLE color: 12189714.

HSL color Cylindrical-coordinate representation of color #1200BA: hue angle of 245.81º degrees, saturation: 1, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 1%. Process color model (Four color, CMYK) of #1200BA is Cyan = 0.90, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 18 0 186 -
CMYK 0.90 1 0 0.27
HSL 245.81º 1% 0.36% -
HSV(B) 245.81º 1% 0.73% -
XYZ 9.11 3.67 46.68 -
YUV 26.59 217.96 121.88 -
System Red Green Blue C M Y K H S L
Decimal 18 0 186 0.90 1 0 0.27 245.81 1 0.36
Hex 12 0 BA 5A 64 0 1B F6 64 24
Octal 22 0 272 132 144 0 33 366 144 44
Binary 10010 0 10111010 1011010 1100100 0 11011 11110110 1100100 100100

Color Harmonies of #1200BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1200BA

Black with #1200BA

Text Example


Text Example

White with #1200BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1200BA; }

 p { color: rgb(18,0,186); }

 H1.HeaderClassName
 {
   color: #1200BA;
 }
 .AnyTagClassName
 {
   color: #1200BA;
 }
</style>

background-color css

<style>
 a { background-color: #1200BA; }

 a { background-color: rgb(18,0,186); }

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

border-color css

<style>
 span { border-color: #1200BA; }

 span { border-color: rgb(18,0,186); }

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