#0F3462

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

Shades of Prussian Blue #0F3462

Tints of Prussian Blue #0F3462

Color information

#0F3462 (or 0x0F3462) is unknown color: approx Prussian Blue. HEX triplet: 0F, 34 and 62. RGB value is (15,52,98). Sum of RGB (Red+Green+Blue) = 15+52+98=165 (21% of max value = 765). Red value is 15 (6.25% from 255 or 9.09% from 165); Green value is 52 (20.70% from 255 or 31.52% from 165); Blue value is 98 (38.67% from 255 or 59.39% from 165); Max value from RGB is 98 - color contains mainly: blue. Hex color #0F3462 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0F3462 is #F0CB9D. Grayscale: #2D2D2D. Windows color (decimal): -15780766 or 6435855. OLE color: 6435855.

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

Color convert

RGB155298-
CMYK0.850.4700.62
HSL213.25º73.45%22.16%-
HSV(B)213.25º84.69%38.43%-
XYZ3.633.4412.03-
YUV46.18157.24105.76-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 9.09%
GREEN value IS 52 (20.70% from 255) = 31.52%
BLUE value IS 98 (38.67% from 255) = 59.39%
R=9.09%
G=31.52%
B=59.39%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal1552980.850.4700.62213.2573.4522.16
HexF3462552F03Ed54916
Octal17641421255707632511126
Binary111111010011000101010101101111011111011010101100100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F3462

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(15,52,98); }

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

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

 a { background-color: rgb(15,52,98); }

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

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

 span { border-color: rgb(15,52,98); }

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