#0C3ACA

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

Shades of Persian Blue #0C3ACA

Tints of Persian Blue #0C3ACA

Color information

#0C3ACA (or 0x0C3ACA) is unknown color: approx Persian Blue. HEX triplet: 0C, 3A and CA. RGB value is (12,58,202). Sum of RGB (Red+Green+Blue) = 12+58+202=272 (36% of max value = 765). Red value is 12 (5.08% from 255 or 4.41% from 272); Green value is 58 (23.05% from 255 or 21.32% from 272); Blue value is 202 (79.30% from 255 or 74.26% from 272); Max value from RGB is 202 - color contains mainly: blue. Hex color #0C3ACA is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0C3ACA is #F3C535. Grayscale: #3C3C3C. Windows color (decimal): -15975734 or 13253132. OLE color: 13253132.

HSL color Cylindrical-coordinate representation of color #0C3ACA: hue angle of 225.47º degrees, saturation: 0.89, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0C3ACA is Cyan = 0.94, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB1258202-
CMYK0.940.7100.21
HSL225.47º88.79%41.96%-
HSV(B)225.47º94.06%79.22%-
XYZ12.337.3756.65-
YUV60.66207.7693.29-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 4.41%
GREEN value IS 58 (23.05% from 255) = 21.32%
BLUE value IS 202 (79.30% from 255) = 74.26%
R=4.41%
G=21.32%
B=74.26%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal12582020.940.7100.21225.4788.7941.96
HexC3ACA5E47015e1592a
Octal147231213610702534113152
Binary11001110101100101010111101000111010101111000011011001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C3ACA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(12,58,202); }

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

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

 a { background-color: rgb(12,58,202); }

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

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

 span { border-color: rgb(12,58,202); }

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