#0C1CBF

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

Shades of Persian Blue #0C1CBF

Tints of Persian Blue #0C1CBF

Color information

#0C1CBF (or 0x0C1CBF) is unknown color: approx Persian Blue. HEX triplet: 0C, 1C and BF. RGB value is (12,28,191). Sum of RGB (Red+Green+Blue) = 12+28+191=231 (30% of max value = 765). Red value is 12 (5.08% from 255 or 5.19% from 231); Green value is 28 (11.33% from 255 or 12.12% from 231); Blue value is 191 (75% from 255 or 82.68% from 231); Max value from RGB is 191 - color contains mainly: blue. Hex color #0C1CBF is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0C1CBF is #F3E340. Grayscale: #292929. Windows color (decimal): -15983425 or 12524556. OLE color: 12524556.

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

Color convert

RGB1228191-
CMYK0.940.8500.25
HSL234.64º88.18%39.8%-
HSV(B)234.64º93.72%74.9%-
XYZ9.974.6749.67-
YUV41.8212.2106.75-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 5.19%
GREEN value IS 28 (11.33% from 255) = 12.12%
BLUE value IS 191 (75% from 255) = 82.68%
R=5.19%
G=12.12%
B=82.68%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal12281910.940.8500.25234.6488.1839.8
HexC1CBF5E55019eb5828
Octal143427713612503135313050
Binary1100111001011111110111101010101011001111010111011000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C1CBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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