#0C28BC

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

Shades of Persian Blue #0C28BC

Tints of Persian Blue #0C28BC

Color information

#0C28BC (or 0x0C28BC) is unknown color: approx Persian Blue. HEX triplet: 0C, 28 and BC. RGB value is (12,40,188). Sum of RGB (Red+Green+Blue) = 12+40+188=240 (31% of max value = 765). Red value is 12 (5.08% from 255 or 5% from 240); Green value is 40 (16.02% from 255 or 16.67% from 240); Blue value is 188 (73.83% from 255 or 78.33% from 240); Max value from RGB is 188 - color contains mainly: blue. Hex color #0C28BC is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0C28BC is #F3D743. Grayscale: #2F2F2F. Windows color (decimal): -15980356 or 12331020. OLE color: 12331020.

HSL color Cylindrical-coordinate representation of color #0C28BC: hue angle of 230.45º degrees, saturation: 0.88, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0C28BC is Cyan = 0.94, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB1240188-
CMYK0.940.7900.26
HSL230.45º88%39.22%-
HSV(B)230.45º93.62%73.73%-
XYZ9.995.2348.06-
YUV48.5206.72101.97-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 5%
GREEN value IS 40 (16.02% from 255) = 16.67%
BLUE value IS 188 (73.83% from 255) = 78.33%
R=5%
G=16.67%
B=78.33%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal12401880.940.7900.26230.458839.22
HexC28BC5E4F01Ae65827
Octal145027413611703234613047
Binary11001010001011110010111101001111011010111001101011000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C28BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(12,40,188); }

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

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

 a { background-color: rgb(12,40,188); }

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

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

 span { border-color: rgb(12,40,188); }

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