#0F3360

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

Shades of Prussian Blue #0F3360

Tints of Prussian Blue #0F3360

Color information

#0F3360 (or 0x0F3360) is unknown color: approx Prussian Blue. HEX triplet: 0F, 33 and 60. RGB value is (15,51,96). Sum of RGB (Red+Green+Blue) = 15+51+96=162 (21% of max value = 765). Red value is 15 (6.25% from 255 or 9.26% from 162); Green value is 51 (20.31% from 255 or 31.48% from 162); Blue value is 96 (37.89% from 255 or 59.26% from 162); Max value from RGB is 96 - color contains mainly: blue. Hex color #0F3360 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0F3360 is #F0CC9F. Grayscale: #2D2D2D. Windows color (decimal): -15781024 or 6304527. OLE color: 6304527.

HSL color Cylindrical-coordinate representation of color #0F3360: hue angle of 213.33º degrees, saturation: 0.73, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #0F3360 is Cyan = 0.84, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB155196-
CMYK0.840.4700.62
HSL213.33º72.97%21.76%-
HSV(B)213.33º84.38%37.65%-
XYZ3.493.3111.52-
YUV45.37156.57106.34-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 9.26%
GREEN value IS 51 (20.31% from 255) = 31.48%
BLUE value IS 96 (37.89% from 255) = 59.26%
R=9.26%
G=31.48%
B=59.26%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal1551960.840.4700.62213.3372.9721.76
HexF3360542F03Ed54916
Octal17631401245707632511126
Binary111111001111000001010100101111011111011010101100100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F3360

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(15,51,96); }

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

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

 a { background-color: rgb(15,51,96); }

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

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

 span { border-color: rgb(15,51,96); }

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