Html Css Color HEX #1003BC Medium Blue

📋 copy color: '#1003BC'

red 16 ◦ green 3 ◦ blue 188

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

Shades of Medium Blue #1003BC

Tints of Medium Blue #1003BC

RGB

 RED value IS 16 (6.64% from 255) = 7.73%

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

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

R = 7.73%
G = 1.45%
B = 90.82%

CMYK

 C value IS 0.91

 M value IS 0.98

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#1003BC (or 0x1003BC) is known color: Medium Blue. HEX triplet: 10, 03 and BC. RGB value is (16,3,188). Sum of RGB (Red+Green+Blue) = 16+3+188=207 (27% of max value = 765). Red value is 16 (6.64% from 255 or 7.73% from 207); Green value is 3 (1.56% from 255 or 1.45% from 207); Blue value is 188 (73.83% from 255 or 90.82% from 207); Max value from RGB is 188 - color contains mainly: blue. Hex color #1003BC is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #1003BC is #EFFC43. Grayscale: #1B1B1B. Windows color (decimal): -15727684 or 12321552. OLE color: 12321552.

HSL color Cylindrical-coordinate representation of color #1003BC: hue angle of 244.22º 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 #1003BC is Cyan = 0.91, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 16 3 188 -
CMYK 0.91 0.98 0 0.26
HSL 244.22º 0.97% 0.37% -
HSV(B) 244.22º 0.98% 0.74% -
XYZ 9.32 3.81 47.82 -
YUV 27.98 218.31 119.46 -
System Red Green Blue C M Y K H S L
Decimal 16 3 188 0.91 0.98 0 0.26 244.22 0.97 0.37
Hex 10 3 BC 5B 62 0 1A F4 61 25
Octal 20 3 274 133 142 0 32 364 141 45
Binary 10000 11 10111100 1011011 1100010 0 11010 11110100 1100001 100101

Color Harmonies of #1003BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1003BC

Black with #1003BC

Text Example


Text Example

White with #1003BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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