Html Css Color HEX #1200BE Medium Blue

📋 copy color: '#1200BE'

red 18 ◦ green 0 ◦ blue 190

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

Shades of Medium Blue #1200BE

Tints of Medium Blue #1200BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 91.35%

R = 8.65%
G = 0%
B = 91.35%

CMYK

 C value IS 0.91

 M value IS 1

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#1200BE (or 0x1200BE) is known color: Medium Blue. HEX triplet: 12, 00 and BE. RGB value is (18,0,190). Sum of RGB (Red+Green+Blue) = 18+0+190=208 (27% of max value = 765). Red value is 18 (7.42% from 255 or 8.65% from 208); Green value is 0 (0.39% from 255 or 0% from 208); Blue value is 190 (74.61% from 255 or 91.35% from 208); Max value from RGB is 190 - color contains mainly: blue. Hex color #1200BE is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #1200BE is #EDFF41. Grayscale: #1A1A1A. Windows color (decimal): -15597378 or 12451858. OLE color: 12451858.

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

Color convert

RGB 18 0 190 -
CMYK 0.91 1 0 0.25
HSL 245.68º 1% 0.37% -
HSV(B) 245.68º 1% 0.75% -
XYZ 9.54 3.85 48.95 -
YUV 27.04 219.96 121.55 -
System Red Green Blue C M Y K H S L
Decimal 18 0 190 0.91 1 0 0.25 245.68 1 0.37
Hex 12 0 BE 5B 64 0 19 F6 64 25
Octal 22 0 276 133 144 0 31 366 144 45
Binary 10010 0 10111110 1011011 1100100 0 11001 11110110 1100100 100101

Color Harmonies of #1200BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1200BE

Black with #1200BE

Text Example


Text Example

White with #1200BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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