#0F35D8

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

Shades of Persian Blue #0F35D8

Tints of Persian Blue #0F35D8

Color information

#0F35D8 (or 0x0F35D8) is unknown color: approx Persian Blue. HEX triplet: 0F, 35 and D8. RGB value is (15,53,216). Sum of RGB (Red+Green+Blue) = 15+53+216=284 (37% of max value = 765). Red value is 15 (6.25% from 255 or 5.28% from 284); Green value is 53 (21.09% from 255 or 18.66% from 284); Blue value is 216 (84.77% from 255 or 76.06% from 284); Max value from RGB is 216 - color contains mainly: blue. Hex color #0F35D8 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0F35D8 is #F0CA27. Grayscale: #3B3B3B. Windows color (decimal): -15780392 or 14169359. OLE color: 14169359.

HSL color Cylindrical-coordinate representation of color #0F35D8: hue angle of 228.66º degrees, saturation: 0.87, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0F35D8 is Cyan = 0.93, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB1553216-
CMYK0.930.7500.15
HSL228.66º87.01%45.29%-
HSV(B)228.66º93.06%84.71%-
XYZ13.867.6165.7-
YUV60.22215.9195.75-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 5.28%
GREEN value IS 53 (21.09% from 255) = 18.66%
BLUE value IS 216 (84.77% from 255) = 76.06%
R=5.28%
G=18.66%
B=76.06%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal15532160.930.7500.15228.6687.0145.29
HexF35D85D4B0Fe5572d
Octal176533013511301734512755
Binary1111110101110110001011101100101101111111001011010111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F35D8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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