#0F3570

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

Shades of Prussian Blue #0F3570

Tints of Prussian Blue #0F3570

Color information

#0F3570 (or 0x0F3570) is unknown color: approx Prussian Blue. HEX triplet: 0F, 35 and 70. RGB value is (15,53,112). Sum of RGB (Red+Green+Blue) = 15+53+112=180 (23% of max value = 765). Red value is 15 (6.25% from 255 or 8.33% from 180); Green value is 53 (21.09% from 255 or 29.44% from 180); Blue value is 112 (44.14% from 255 or 62.22% from 180); Max value from RGB is 112 - color contains mainly: blue. Hex color #0F3570 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0F3570 is #F0CA8F. Grayscale: #303030. Windows color (decimal): -15780496 or 7353615. OLE color: 7353615.

HSL color Cylindrical-coordinate representation of color #0F3570: hue angle of 216.49º degrees, saturation: 0.76, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #0F3570 is Cyan = 0.87, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB1553112-
CMYK0.870.5300.56
HSL216.49º76.38%24.9%-
HSV(B)216.49º86.61%43.92%-
XYZ4.393.8215.83-
YUV48.36163.91104.2-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 8.33%
GREEN value IS 53 (21.09% from 255) = 29.44%
BLUE value IS 112 (44.14% from 255) = 62.22%
R=8.33%
G=29.44%
B=62.22%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal15531120.870.5300.56216.4976.3824.9
HexF35705735038d84c19
Octal17651601276507033011431
Binary111111010111100001010111110101011100011011000100110011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F3570

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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