#0A3CC0

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

Shades of Persian Blue #0A3CC0

Tints of Persian Blue #0A3CC0

Color information

#0A3CC0 (or 0x0A3CC0) is unknown color: approx Persian Blue. HEX triplet: 0A, 3C and C0. RGB value is (10,60,192). Sum of RGB (Red+Green+Blue) = 10+60+192=262 (34% of max value = 765). Red value is 10 (4.30% from 255 or 3.82% from 262); Green value is 60 (23.83% from 255 or 22.90% from 262); Blue value is 192 (75.39% from 255 or 73.28% from 262); Max value from RGB is 192 - color contains mainly: blue. Hex color #0A3CC0 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0A3CC0 is #F5C33F. Grayscale: #3B3B3B. Windows color (decimal): -16106304 or 12598282. OLE color: 12598282.

HSL color Cylindrical-coordinate representation of color #0A3CC0: hue angle of 223.52º degrees, saturation: 0.9, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0A3CC0 is Cyan = 0.95, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB1060192-
CMYK0.950.6900.25
HSL223.52º90.1%39.61%-
HSV(B)223.52º94.79%75.29%-
XYZ11.267.150.65-
YUV60.1202.4492.27-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 3.82%
GREEN value IS 60 (23.83% from 255) = 22.90%
BLUE value IS 192 (75.39% from 255) = 73.28%
R=3.82%
G=22.90%
B=73.28%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal10601920.950.6900.25223.5290.139.61
HexA3CC05F45019e05a28
Octal127430013710503134013250
Binary10101111001100000010111111000101011001111000001011010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A3CC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(10,60,192); }

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

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

 a { background-color: rgb(10,60,192); }

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

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

 span { border-color: rgb(10,60,192); }

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