Html Css Color HEX #1003CE Medium Blue

📋 copy color: '#1003CE'

red 16 ◦ green 3 ◦ blue 206

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

Shades of Medium Blue #1003CE

Tints of Medium Blue #1003CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 91.56%

R = 7.11%
G = 1.33%
B = 91.56%

CMYK

 C value IS 0.92

 M value IS 0.99

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#1003CE (or 0x1003CE) is known color: Medium Blue. HEX triplet: 10, 03 and CE. RGB value is (16,3,206). Sum of RGB (Red+Green+Blue) = 16+3+206=225 (29% of max value = 765). Red value is 16 (6.64% from 255 or 7.11% from 225); Green value is 3 (1.56% from 255 or 1.33% from 225); Blue value is 206 (80.86% from 255 or 91.56% from 225); Max value from RGB is 206 - color contains mainly: blue. Hex color #1003CE is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #1003CE is #EFFC31. Grayscale: #1D1D1D. Windows color (decimal): -15727666 or 13501200. OLE color: 13501200.

HSL color Cylindrical-coordinate representation of color #1003CE: hue angle of 243.84º degrees, saturation: 0.97, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #1003CE is Cyan = 0.92, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 16 3 206 -
CMYK 0.92 0.99 0 0.19
HSL 243.84º 0.97% 0.41% -
HSV(B) 243.84º 0.99% 0.81% -
XYZ 11.39 4.63 58.69 -
YUV 30.03 227.31 117.99 -
System Red Green Blue C M Y K H S L
Decimal 16 3 206 0.92 0.99 0 0.19 243.84 0.97 0.41
Hex 10 3 CE 5C 63 0 13 F4 61 29
Octal 20 3 316 134 143 0 23 364 141 51
Binary 10000 11 11001110 1011100 1100011 0 10011 11110100 1100001 101001

Color Harmonies of #1003CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1003CE

Black with #1003CE

Text Example


Text Example

White with #1003CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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