#0C3BBE

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

Shades of Persian Blue #0C3BBE

Tints of Persian Blue #0C3BBE

Color information

#0C3BBE (or 0x0C3BBE) is unknown color: approx Persian Blue. HEX triplet: 0C, 3B and BE. RGB value is (12,59,190). Sum of RGB (Red+Green+Blue) = 12+59+190=261 (34% of max value = 765). Red value is 12 (5.08% from 255 or 4.60% from 261); Green value is 59 (23.44% from 255 or 22.61% from 261); Blue value is 190 (74.61% from 255 or 72.80% from 261); Max value from RGB is 190 - color contains mainly: blue. Hex color #0C3BBE is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0C3BBE is #F3C441. Grayscale: #3B3B3B. Windows color (decimal): -15975490 or 12466956. OLE color: 12466956.

HSL color Cylindrical-coordinate representation of color #0C3BBE: hue angle of 224.16º 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 #0C3BBE is Cyan = 0.94, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB1259190-
CMYK0.940.6900.25
HSL224.16º88.12%39.61%-
HSV(B)224.16º93.68%74.51%-
XYZ11.016.9249.47-
YUV59.88201.4393.85-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 4.60%
GREEN value IS 59 (23.44% from 255) = 22.61%
BLUE value IS 190 (74.61% from 255) = 72.80%
R=4.60%
G=22.61%
B=72.80%

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
Decimal12591900.940.6900.25224.1688.1239.61
HexC3BBE5E45019e05828
Octal147327613610503134013050
Binary11001110111011111010111101000101011001111000001011000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C3BBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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