Html Css Color HEX #1200B9 Medium Blue

📋 copy color: '#1200B9'

red 18 ◦ green 0 ◦ blue 185

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

Shades of Medium Blue #1200B9

Tints of Medium Blue #1200B9

RGB

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

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

 BLUE value IS 185 (72.66% from 255) = 91.13%

R = 8.87%
G = 0%
B = 91.13%

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

#1200B9 (or 0x1200B9) is known color: Medium Blue. HEX triplet: 12, 00 and B9. RGB value is (18,0,185). Sum of RGB (Red+Green+Blue) = 18+0+185=203 (26% of max value = 765). Red value is 18 (7.42% from 255 or 8.87% from 203); Green value is 0 (0.39% from 255 or 0% from 203); Blue value is 185 (72.66% from 255 or 91.13% from 203); Max value from RGB is 185 - color contains mainly: blue. Hex color #1200B9 is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #1200B9 is #EDFF46. Grayscale: #191919. Windows color (decimal): -15597383 or 12124178. OLE color: 12124178.

HSL color Cylindrical-coordinate representation of color #1200B9: hue angle of 245.84º 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 #1200B9 is Cyan = 0.90, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 18 0 185 -
CMYK 0.90 1 0 0.27
HSL 245.84º 1% 0.36% -
HSV(B) 245.84º 1% 0.73% -
XYZ 9.01 3.63 46.13 -
YUV 26.47 217.46 121.96 -
System Red Green Blue C M Y K H S L
Decimal 18 0 185 0.90 1 0 0.27 245.84 1 0.36
Hex 12 0 B9 5A 64 0 1B F6 64 24
Octal 22 0 271 132 144 0 33 366 144 44
Binary 10010 0 10111001 1011010 1100100 0 11011 11110110 1100100 100100

Color Harmonies of #1200B9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1200B9

Black with #1200B9

Text Example


Text Example

White with #1200B9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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