Html Css Color HEX #0010CD Medium Blue

📋 copy color: '#0010CD'

red 0 ◦ green 16 ◦ blue 205

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

Shades of Medium Blue #0010CD

Tints of Medium Blue #0010CD

RGB

 RED value IS 0 (0.39% from 255) = 0%

 GREEN value IS 16 (6.64% from 255) = 7.24%

 BLUE value IS 205 (80.47% from 255) = 92.76%

R = 0%
G = 7.24%
B = 92.76%

CMYK

 C value IS 1

 M value IS 0.92

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#0010CD (or 0x0010CD) is known color: Medium Blue. HEX triplet: 00, 10 and CD. RGB value is (0,16,205). Sum of RGB (Red+Green+Blue) = 0+16+205=221 (29% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 221); Green value is 16 (6.64% from 255 or 7.24% from 221); Blue value is 205 (80.47% from 255 or 92.76% from 221); Max value from RGB is 205 - color contains mainly: blue. Hex color #0010CD is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0010CD is #FFEF32. Grayscale: #1F1F1F. Windows color (decimal): -16772915 or 13438976. OLE color: 13438976.

HSL color Cylindrical-coordinate representation of color #0010CD: hue angle of 235.32º degrees, saturation: 1, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0010CD is Cyan = 1, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 0 16 205 -
CMYK 1 0.92 0 0.20
HSL 235.32º 1% 0.4% -
HSV(B) 235.32º 1% 0.8% -
XYZ 11.2 4.78 58.09 -
YUV 32.76 225.2 104.63 -
System Red Green Blue C M Y K H S L
Decimal 0 16 205 1 0.92 0 0.20 235.32 1 0.4
Hex 0 10 CD 64 5C 0 14 EB 64 28
Octal 0 20 315 144 134 0 24 353 144 50
Binary 0 10000 11001101 1100100 1011100 0 10100 11101011 1100100 101000

Color Harmonies of #0010CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0010CD

Black with #0010CD

Text Example


Text Example

White with #0010CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0010CD; }

 p { color: rgb(0,16,205); }

 H1.HeaderClassName
 {
   color: #0010CD;
 }
 .AnyTagClassName
 {
   color: #0010CD;
 }
</style>

background-color css

<style>
 a { background-color: #0010CD; }

 a { background-color: rgb(0,16,205); }

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

border-color css

<style>
 span { border-color: #0010CD; }

 span { border-color: rgb(0,16,205); }

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