#0010CD

Color #0010CD Medium Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Blue #0010CD

Tints of Medium Blue #0010CD

Color information

#0010CD (or 0x0010CD) is unknown color: approx 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

RGB016205-
CMYK10.9200.20
HSL235.32º100%40.2%-
HSV(B)235.32º100%80.39%-
XYZ11.24.7858.09-
YUV32.76225.2104.63-

RGB Variations

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

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 (Cyan) values IS 1
M (Magenta) values IS 0.92
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal01620510.9200.20235.3210040.2
Hex010CD645C014eb6428
Octal02031514413402435314450
Binary0100001100110111001001011100010100111010111100100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0010CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>