#0c42bf

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

Shades of Persian Blue #0C42BF

Tints of Persian Blue #0C42BF

Color information

#0C42BF (or 0x0C42BF) is unknown color: approx Persian Blue. HEX triplet: 0C, 42 and BF. RGB value is (12,66,191). Sum of RGB (Red+Green+Blue) = 12+66+191=269 (35% of max value = 765). Red value is 12 (5.08% from 255 or 4.46% from 269); Green value is 66 (26.17% from 255 or 24.54% from 269); Blue value is 191 (75% from 255 or 71.00% from 269); Max value from RGB is 191 - color contains mainly: blue. Hex color #0C42BF is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0C42BF is #F3BD40. Grayscale: #3F3F3F. Windows color (decimal): -15973697 or 12534284. OLE color: 12534284.

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

Color convert

RGB1266191-
CMYK0.940.6500.25
HSL221.9º88.18%39.8%-
HSV(B)221.9º93.72%74.9%-
XYZ11.57.7450.18-
YUV64.1199.6190.84-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 4.46%
GREEN value IS 66 (26.17% from 255) = 24.54%
BLUE value IS 191 (75% from 255) = 71.00%
R=4.46%
G=24.54%
B=71.00%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal12661910.940.6500.25221.988.1839.8
HexC42BF5E41019de5828
Octal1410227713610103133613050
Binary110010000101011111110111101000001011001110111101011000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0c42bf

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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