Html Css Color HEX #1203BB Medium Blue

📋 copy color: '#1203BB'

red 18 ◦ green 3 ◦ blue 187

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

Shades of Medium Blue #1203BB

Tints of Medium Blue #1203BB

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.44%

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

R = 8.65%
G = 1.44%
B = 89.9%

CMYK

 C value IS 0.90

 M value IS 0.98

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#1203BB (or 0x1203BB) is known color: Medium Blue. HEX triplet: 12, 03 and BB. RGB value is (18,3,187). Sum of RGB (Red+Green+Blue) = 18+3+187=208 (27% of max value = 765). Red value is 18 (7.42% from 255 or 8.65% from 208); Green value is 3 (1.56% from 255 or 1.44% from 208); Blue value is 187 (73.44% from 255 or 89.90% from 208); Max value from RGB is 187 - color contains mainly: blue. Hex color #1203BB is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #1203BB is #EDFC44. Grayscale: #1B1B1B. Windows color (decimal): -15596613 or 12256018. OLE color: 12256018.

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

Color convert

RGB 18 3 187 -
CMYK 0.90 0.98 0 0.27
HSL 244.89º 0.97% 0.37% -
HSV(B) 244.89º 0.98% 0.73% -
XYZ 9.25 3.78 47.26 -
YUV 28.46 217.47 120.54 -
System Red Green Blue C M Y K H S L
Decimal 18 3 187 0.90 0.98 0 0.27 244.89 0.97 0.37
Hex 12 3 BB 5A 62 0 1B F5 61 25
Octal 22 3 273 132 142 0 33 365 141 45
Binary 10010 11 10111011 1011010 1100010 0 11011 11110101 1100001 100101

Color Harmonies of #1203BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1203BB

Black with #1203BB

Text Example


Text Example

White with #1203BB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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