#0C3ABE

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

Shades of Persian Blue #0C3ABE

Tints of Persian Blue #0C3ABE

Color information

#0C3ABE (or 0x0C3ABE) is unknown color: approx Persian Blue. HEX triplet: 0C, 3A and BE. RGB value is (12,58,190). Sum of RGB (Red+Green+Blue) = 12+58+190=260 (34% of max value = 765). Red value is 12 (5.08% from 255 or 4.62% from 260); Green value is 58 (23.05% from 255 or 22.31% from 260); Blue value is 190 (74.61% from 255 or 73.08% from 260); Max value from RGB is 190 - color contains mainly: blue. Hex color #0C3ABE is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0C3ABE is #F3C541. Grayscale: #3A3A3A. Windows color (decimal): -15975746 or 12466700. OLE color: 12466700.

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

Color convert

RGB1258190-
CMYK0.940.6900.25
HSL224.49º88.12%39.61%-
HSV(B)224.49º93.68%74.51%-
XYZ10.966.8249.45-
YUV59.29201.7694.27-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 4.62%
GREEN value IS 58 (23.05% from 255) = 22.31%
BLUE value IS 190 (74.61% from 255) = 73.08%
R=4.62%
G=22.31%
B=73.08%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal12581900.940.6900.25224.4988.1239.61
HexC3ABE5E45019e05828
Octal147227613610503134013050
Binary11001110101011111010111101000101011001111000001011000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C3ABE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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