#0A1CD3

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

Shades of Medium Blue #0A1CD3

Tints of Medium Blue #0A1CD3

Color information

#0A1CD3 (or 0x0A1CD3) is unknown color: approx Medium Blue. HEX triplet: 0A, 1C and D3. RGB value is (10,28,211). Sum of RGB (Red+Green+Blue) = 10+28+211=249 (32% of max value = 765). Red value is 10 (4.30% from 255 or 4.02% from 249); Green value is 28 (11.33% from 255 or 11.24% from 249); Blue value is 211 (82.81% from 255 or 84.74% from 249); Max value from RGB is 211 - color contains mainly: blue. Hex color #0A1CD3 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0A1CD3 is #F5E32C. Grayscale: #2A2A2A. Windows color (decimal): -16114477 or 13835274. OLE color: 13835274.

HSL color Cylindrical-coordinate representation of color #0A1CD3: hue angle of 234.63º degrees, saturation: 0.91, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0A1CD3 is Cyan = 0.95, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB1028211-
CMYK0.950.8700.17
HSL234.63º90.95%43.33%-
HSV(B)234.63º95.26%82.75%-
XYZ12.35.662.06-
YUV43.48222.54104.12-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 4.02%
GREEN value IS 28 (11.33% from 255) = 11.24%
BLUE value IS 211 (82.81% from 255) = 84.74%
R=4.02%
G=11.24%
B=84.74%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal10282110.950.8700.17234.6390.9543.33
HexA1CD35F57011eb5b2b
Octal123432313712702135313353
Binary1010111001101001110111111010111010001111010111011011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A1CD3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0A1CD3; }

 p { color: rgb(10,28,211); }

 H1.HeaderClassName
 {
   color: #0A1CD3;
 }
 .AnyTagClassName
 {
   color: #0A1CD3;
 }
</style>
background-color css

<style>
 a { background-color: #0A1CD3; }

 a { background-color: rgb(10,28,211); }

 div.DivClassName
 {
   background-color: #0A1CD3;
 }
 .BgClassName
 {
   background-color: #0A1CD3;
 }
</style>
border-color css

<style>
 span { border-color: #0A1CD3; }

 span { border-color: rgb(10,28,211); }

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