Html Css Color HEX #1200BD Medium Blue

📋 copy color: '#1200BD'

red 18 ◦ green 0 ◦ blue 189

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

Shades of Medium Blue #1200BD

Tints of Medium Blue #1200BD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 91.3%

R = 8.7%
G = 0%
B = 91.3%

CMYK

 C value IS 0.90

 M value IS 1

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#1200BD (or 0x1200BD) is known color: Medium Blue. HEX triplet: 12, 00 and BD. RGB value is (18,0,189). Sum of RGB (Red+Green+Blue) = 18+0+189=207 (27% of max value = 765). Red value is 18 (7.42% from 255 or 8.70% from 207); Green value is 0 (0.39% from 255 or 0% from 207); Blue value is 189 (74.22% from 255 or 91.30% from 207); Max value from RGB is 189 - color contains mainly: blue. Hex color #1200BD is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #1200BD is #EDFF42. Grayscale: #1A1A1A. Windows color (decimal): -15597379 or 12386322. OLE color: 12386322.

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

Color convert

RGB 18 0 189 -
CMYK 0.90 1 0 0.26
HSL 245.71º 1% 0.37% -
HSV(B) 245.71º 1% 0.74% -
XYZ 9.43 3.8 48.38 -
YUV 26.93 219.46 121.63 -
System Red Green Blue C M Y K H S L
Decimal 18 0 189 0.90 1 0 0.26 245.71 1 0.37
Hex 12 0 BD 5A 64 0 1A F6 64 25
Octal 22 0 275 132 144 0 32 366 144 45
Binary 10010 0 10111101 1011010 1100100 0 11010 11110110 1100100 100101

Color Harmonies of #1200BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1200BD

Black with #1200BD

Text Example


Text Example

White with #1200BD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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