#0F2CCE

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

Shades of Persian Blue #0F2CCE

Tints of Persian Blue #0F2CCE

Color information

#0F2CCE (or 0x0F2CCE) is unknown color: approx Persian Blue. HEX triplet: 0F, 2C and CE. RGB value is (15,44,206). Sum of RGB (Red+Green+Blue) = 15+44+206=265 (35% of max value = 765). Red value is 15 (6.25% from 255 or 5.66% from 265); Green value is 44 (17.58% from 255 or 16.60% from 265); Blue value is 206 (80.86% from 255 or 77.74% from 265); Max value from RGB is 206 - color contains mainly: blue. Hex color #0F2CCE is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0F2CCE is #F0D331. Grayscale: #353535. Windows color (decimal): -15782706 or 13511695. OLE color: 13511695.

HSL color Cylindrical-coordinate representation of color #0F2CCE: hue angle of 230.89º degrees, saturation: 0.86, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0F2CCE is Cyan = 0.93, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB1544206-
CMYK0.930.7900.19
HSL230.89º86.43%43.33%-
HSV(B)230.89º92.72%80.78%-
XYZ12.246.3658.97-
YUV53.8213.89100.33-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 5.66%
GREEN value IS 44 (17.58% from 255) = 16.60%
BLUE value IS 206 (80.86% from 255) = 77.74%
R=5.66%
G=16.60%
B=77.74%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal15442060.930.7900.19230.8986.4343.33
HexF2CCE5D4F013e7562b
Octal175431613511702334712653
Binary11111011001100111010111011001111010011111001111010110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F2CCE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(15,44,206); }

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

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

 a { background-color: rgb(15,44,206); }

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

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

 span { border-color: rgb(15,44,206); }

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