Html Css Color HEX #1200BB Medium Blue

📋 copy color: '#1200BB'

red 18 ◦ green 0 ◦ blue 187

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

Shades of Medium Blue #1200BB

Tints of Medium Blue #1200BB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 91.22%

R = 8.78%
G = 0%
B = 91.22%

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

#1200BB (or 0x1200BB) is known color: Medium Blue. HEX triplet: 12, 00 and BB. RGB value is (18,0,187). Sum of RGB (Red+Green+Blue) = 18+0+187=205 (27% of max value = 765). Red value is 18 (7.42% from 255 or 8.78% from 205); Green value is 0 (0.39% from 255 or 0% from 205); Blue value is 187 (73.44% from 255 or 91.22% from 205); Max value from RGB is 187 - color contains mainly: blue. Hex color #1200BB is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #1200BB is #EDFF44. Grayscale: #191919. Windows color (decimal): -15597381 or 12255250. OLE color: 12255250.

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

Color convert

RGB 18 0 187 -
CMYK 0.90 1 0 0.27
HSL 245.78º 1% 0.37% -
HSV(B) 245.78º 1% 0.73% -
XYZ 9.22 3.72 47.25 -
YUV 26.7 218.46 121.79 -
System Red Green Blue C M Y K H S L
Decimal 18 0 187 0.90 1 0 0.27 245.78 1 0.37
Hex 12 0 BB 5A 64 0 1B F6 64 25
Octal 22 0 273 132 144 0 33 366 144 45
Binary 10010 0 10111011 1011010 1100100 0 11011 11110110 1100100 100101

Color Harmonies of #1200BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1200BB

Black with #1200BB

Text Example


Text Example

White with #1200BB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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