#0C41BF

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

Shades of Persian Blue #0C41BF

Tints of Persian Blue #0C41BF

Color information

#0C41BF (or 0x0C41BF) is unknown color: approx Persian Blue. HEX triplet: 0C, 41 and BF. RGB value is (12,65,191). Sum of RGB (Red+Green+Blue) = 12+65+191=268 (35% of max value = 765). Red value is 12 (5.08% from 255 or 4.48% from 268); Green value is 65 (25.78% from 255 or 24.25% from 268); Blue value is 191 (75% from 255 or 71.27% from 268); Max value from RGB is 191 - color contains mainly: blue. Hex color #0C41BF is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0C41BF is #F3BE40. Grayscale: #3E3E3E. Windows color (decimal): -15973953 or 12534028. OLE color: 12534028.

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

Color convert

RGB1265191-
CMYK0.940.6600.25
HSL222.23º88.18%39.8%-
HSV(B)222.23º93.72%74.9%-
XYZ11.457.6250.16-
YUV63.52199.9491.25-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 4.48%
GREEN value IS 65 (25.78% from 255) = 24.25%
BLUE value IS 191 (75% from 255) = 71.27%
R=4.48%
G=24.25%
B=71.27%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal12651910.940.6600.25222.2388.1839.8
HexC41BF5E42019de5828
Octal1410127713610203133613050
Binary110010000011011111110111101000010011001110111101011000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C41BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(12,65,191); }

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

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

 a { background-color: rgb(12,65,191); }

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

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

 span { border-color: rgb(12,65,191); }

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