Html Css Color HEX #1203BC Medium Blue

📋 copy color: '#1203BC'

red 18 ◦ green 3 ◦ blue 188

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

Shades of Medium Blue #1203BC

Tints of Medium Blue #1203BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 89.95%

R = 8.61%
G = 1.44%
B = 89.95%

CMYK

 C value IS 0.90

 M value IS 0.98

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#1203BC (or 0x1203BC) is known color: Medium Blue. HEX triplet: 12, 03 and BC. RGB value is (18,3,188). Sum of RGB (Red+Green+Blue) = 18+3+188=209 (27% of max value = 765). Red value is 18 (7.42% from 255 or 8.61% from 209); Green value is 3 (1.56% from 255 or 1.44% from 209); Blue value is 188 (73.83% from 255 or 89.95% from 209); Max value from RGB is 188 - color contains mainly: blue. Hex color #1203BC is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #1203BC is #EDFC43. Grayscale: #1B1B1B. Windows color (decimal): -15596612 or 12321554. OLE color: 12321554.

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

Color convert

RGB 18 3 188 -
CMYK 0.90 0.98 0 0.26
HSL 244.86º 0.97% 0.37% -
HSV(B) 244.86º 0.98% 0.74% -
XYZ 9.36 3.82 47.82 -
YUV 28.58 217.97 120.46 -
System Red Green Blue C M Y K H S L
Decimal 18 3 188 0.90 0.98 0 0.26 244.86 0.97 0.37
Hex 12 3 BC 5A 62 0 1A F5 61 25
Octal 22 3 274 132 142 0 32 365 141 45
Binary 10010 11 10111100 1011010 1100010 0 11010 11110101 1100001 100101

Color Harmonies of #1203BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1203BC

Black with #1203BC

Text Example


Text Example

White with #1203BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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