#1203BE

Color #1203BE Medium Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Blue #1203BE

Tints of Medium Blue #1203BE

Color information

#1203BE (or 0x1203BE) is unknown color: approx Medium Blue. HEX triplet: 12, 03 and BE. RGB value is (18,3,190). Sum of RGB (Red+Green+Blue) = 18+3+190=211 (27% of max value = 765). Red value is 18 (7.42% from 255 or 8.53% from 211); Green value is 3 (1.56% from 255 or 1.42% from 211); Blue value is 190 (74.61% from 255 or 90.05% from 211); Max value from RGB is 190 - color contains mainly: blue. Hex color #1203BE is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #1203BE is #EDFC41. Grayscale: #1C1C1C. Windows color (decimal): -15596610 or 12452626. OLE color: 12452626.

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

Color convert

RGB183190-
CMYK0.910.9800.25
HSL244.81º96.89%37.84%-
HSV(B)244.81º98.42%74.51%-
XYZ9.583.9148.97-
YUV28.8218.97120.29-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 8.53%
GREEN value IS 3 (1.56% from 255) = 1.42%
BLUE value IS 190 (74.61% from 255) = 90.05%
R=8.53%
G=1.42%
B=90.05%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1831900.910.9800.25244.8196.8937.84
Hex123BE5B62019f56126
Octal22327613314203136514146
Binary10010111011111010110111100010011001111101011100001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1203BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #1203BE;
 }
 .AnyTagClassName
 {
   color: #1203BE;
 }
</style>
background-color css

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

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

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

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

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

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