#0C1EBF

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

Shades of Persian Blue #0C1EBF

Tints of Persian Blue #0C1EBF

Color information

#0C1EBF (or 0x0C1EBF) is unknown color: approx Persian Blue. HEX triplet: 0C, 1E and BF. RGB value is (12,30,191). Sum of RGB (Red+Green+Blue) = 12+30+191=233 (30% of max value = 765). Red value is 12 (5.08% from 255 or 5.15% from 233); Green value is 30 (12.11% from 255 or 12.88% from 233); Blue value is 191 (75% from 255 or 81.97% from 233); Max value from RGB is 191 - color contains mainly: blue. Hex color #0C1EBF is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0C1EBF is #F3E140. Grayscale: #2A2A2A. Windows color (decimal): -15982913 or 12525068. OLE color: 12525068.

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

Color convert

RGB1230191-
CMYK0.940.8400.25
HSL233.97º88.18%39.8%-
HSV(B)233.97º93.72%74.9%-
XYZ10.024.7749.68-
YUV42.97211.54105.91-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 5.15%
GREEN value IS 30 (12.11% from 255) = 12.88%
BLUE value IS 191 (75% from 255) = 81.97%
R=5.15%
G=12.88%
B=81.97%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal12301910.940.8400.25233.9788.1839.8
HexC1EBF5E54019ea5828
Octal143627713612403135213050
Binary1100111101011111110111101010100011001111010101011000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C1EBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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