#0C34BF

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

Shades of Persian Blue #0C34BF

Tints of Persian Blue #0C34BF

Color information

#0C34BF (or 0x0C34BF) is unknown color: approx Persian Blue. HEX triplet: 0C, 34 and BF. RGB value is (12,52,191). Sum of RGB (Red+Green+Blue) = 12+52+191=255 (33% of max value = 765). Red value is 12 (5.08% from 255 or 4.71% from 255); Green value is 52 (20.70% from 255 or 20.39% from 255); Blue value is 191 (75% from 255 or 74.90% from 255); Max value from RGB is 191 - color contains mainly: blue. Hex color #0C34BF is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0C34BF is #F3CB40. Grayscale: #373737. Windows color (decimal): -15977281 or 12530700. OLE color: 12530700.

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

Color convert

RGB1252191-
CMYK0.940.7300.25
HSL226.59º88.18%39.8%-
HSV(B)226.59º93.72%74.9%-
XYZ10.786.349.94-
YUV55.89204.2596.7-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 4.71%
GREEN value IS 52 (20.70% from 255) = 20.39%
BLUE value IS 191 (75% from 255) = 74.90%
R=4.71%
G=20.39%
B=74.90%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal12521910.940.7300.25226.5988.1839.8
HexC34BF5E49019e35828
Octal146427713611103134313050
Binary11001101001011111110111101001001011001111000111011000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C34BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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