#0f30c6

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

Shades of Persian Blue #0F30C6

Tints of Persian Blue #0F30C6

Color information

#0F30C6 (or 0x0F30C6) is unknown color: approx Persian Blue. HEX triplet: 0F, 30 and C6. RGB value is (15,48,198). Sum of RGB (Red+Green+Blue) = 15+48+198=261 (34% of max value = 765). Red value is 15 (6.25% from 255 or 5.75% from 261); Green value is 48 (19.14% from 255 or 18.39% from 261); Blue value is 198 (77.73% from 255 or 75.86% from 261); Max value from RGB is 198 - color contains mainly: blue. Hex color #0F30C6 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0F30C6 is #F0CF39. Grayscale: #363636. Windows color (decimal): -15781690 or 12988431. OLE color: 12988431.

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

Color convert

RGB1548198-
CMYK0.920.7600.22
HSL229.18º85.92%41.76%-
HSV(B)229.18º92.42%77.65%-
XYZ11.456.2954.04-
YUV55.23208.5799.3-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 5.75%
GREEN value IS 48 (19.14% from 255) = 18.39%
BLUE value IS 198 (77.73% from 255) = 75.86%
R=5.75%
G=18.39%
B=75.86%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal15481980.920.7600.22229.1885.9241.76
HexF30C65C4C016e5562a
Octal176030613411402634512652
Binary11111100001100011010111001001100010110111001011010110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0f30c6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(15,48,198); }

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

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

 a { background-color: rgb(15,48,198); }

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

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

 span { border-color: rgb(15,48,198); }

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