#0C32BB

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

Shades of Persian Blue #0C32BB

Tints of Persian Blue #0C32BB

Color information

#0C32BB (or 0x0C32BB) is unknown color: approx Persian Blue. HEX triplet: 0C, 32 and BB. RGB value is (12,50,187). Sum of RGB (Red+Green+Blue) = 12+50+187=249 (32% of max value = 765). Red value is 12 (5.08% from 255 or 4.82% from 249); Green value is 50 (19.92% from 255 or 20.08% from 249); Blue value is 187 (73.44% from 255 or 75.10% from 249); Max value from RGB is 187 - color contains mainly: blue. Hex color #0C32BB is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0C32BB is #F3CD44. Grayscale: #353535. Windows color (decimal): -15977797 or 12268044. OLE color: 12268044.

HSL color Cylindrical-coordinate representation of color #0C32BB: hue angle of 226.97º degrees, saturation: 0.88, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0C32BB is Cyan = 0.94, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB1250187-
CMYK0.940.7300.27
HSL226.97º87.94%39.02%-
HSV(B)226.97º93.58%73.33%-
XYZ10.265.9547.62-
YUV54.26202.9197.86-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 4.82%
GREEN value IS 50 (19.92% from 255) = 20.08%
BLUE value IS 187 (73.44% from 255) = 75.10%
R=4.82%
G=20.08%
B=75.10%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal12501870.940.7300.27226.9787.9439.02
HexC32BB5E4901Be35827
Octal146227313611103334313047
Binary11001100101011101110111101001001011011111000111011000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C32BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(12,50,187); }

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

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

 a { background-color: rgb(12,50,187); }

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

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

 span { border-color: rgb(12,50,187); }

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