#0f35c1

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

Shades of Persian Blue #0F35C1

Tints of Persian Blue #0F35C1

Color information

#0F35C1 (or 0x0F35C1) is unknown color: approx Persian Blue. HEX triplet: 0F, 35 and C1. RGB value is (15,53,193). Sum of RGB (Red+Green+Blue) = 15+53+193=261 (34% of max value = 765). Red value is 15 (6.25% from 255 or 5.75% from 261); Green value is 53 (21.09% from 255 or 20.31% from 261); Blue value is 193 (75.78% from 255 or 73.95% from 261); Max value from RGB is 193 - color contains mainly: blue. Hex color #0F35C1 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0F35C1 is #F0CA3E. Grayscale: #393939. Windows color (decimal): -15780415 or 12662031. OLE color: 12662031.

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

Color convert

RGB1553193-
CMYK0.920.7300.24
HSL227.19º85.58%40.78%-
HSV(B)227.19º92.23%75.69%-
XYZ11.16.551.12-
YUV57.6204.4197.62-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 5.75%
GREEN value IS 53 (21.09% from 255) = 20.31%
BLUE value IS 193 (75.78% from 255) = 73.95%
R=5.75%
G=20.31%
B=73.95%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal15531930.920.7300.24227.1985.5840.78
HexF35C15C49018e35629
Octal176530113411103034312651
Binary11111101011100000110111001001001011000111000111010110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0f35c1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(15,53,193); }

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

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

 a { background-color: rgb(15,53,193); }

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

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

 span { border-color: rgb(15,53,193); }

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