#0f3cc2

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

Shades of Persian Blue #0F3CC2

Tints of Persian Blue #0F3CC2

Color information

#0F3CC2 (or 0x0F3CC2) is unknown color: approx Persian Blue. HEX triplet: 0F, 3C and C2. RGB value is (15,60,194). Sum of RGB (Red+Green+Blue) = 15+60+194=269 (35% of max value = 765). Red value is 15 (6.25% from 255 or 5.58% from 269); Green value is 60 (23.83% from 255 or 22.30% from 269); Blue value is 194 (76.17% from 255 or 72.12% from 269); Max value from RGB is 194 - color contains mainly: blue. Hex color #0F3CC2 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0F3CC2 is #F0C33D. Grayscale: #3D3D3D. Windows color (decimal): -15778622 or 12729359. OLE color: 12729359.

HSL color Cylindrical-coordinate representation of color #0F3CC2: hue angle of 224.92º degrees, saturation: 0.86, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0F3CC2 is Cyan = 0.92, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB1560194-
CMYK0.920.6900.24
HSL224.92º85.65%40.98%-
HSV(B)224.92º92.27%76.08%-
XYZ11.557.2351.83-
YUV61.82202.5994.6-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 5.58%
GREEN value IS 60 (23.83% from 255) = 22.30%
BLUE value IS 194 (76.17% from 255) = 72.12%
R=5.58%
G=22.30%
B=72.12%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal15601940.920.6900.24224.9285.6540.98
HexF3CC25C45018e15629
Octal177430213410503034112651
Binary11111111001100001010111001000101011000111000011010110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0f3cc2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(15,60,194); }

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

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

 a { background-color: rgb(15,60,194); }

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

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

 span { border-color: rgb(15,60,194); }

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