#0F376E

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

Shades of Prussian Blue #0F376E

Tints of Prussian Blue #0F376E

Color information

#0F376E (or 0x0F376E) is unknown color: approx Prussian Blue. HEX triplet: 0F, 37 and 6E. RGB value is (15,55,110). Sum of RGB (Red+Green+Blue) = 15+55+110=180 (23% of max value = 765). Red value is 15 (6.25% from 255 or 8.33% from 180); Green value is 55 (21.88% from 255 or 30.56% from 180); Blue value is 110 (43.36% from 255 or 61.11% from 180); Max value from RGB is 110 - color contains mainly: blue. Hex color #0F376E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0F376E is #F0C891. Grayscale: #313131. Windows color (decimal): -15779986 or 7223055. OLE color: 7223055.

HSL color Cylindrical-coordinate representation of color #0F376E: hue angle of 214.74º degrees, saturation: 0.76, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #0F376E is Cyan = 0.86, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB1555110-
CMYK0.860.500.57
HSL214.74º76%24.51%-
HSV(B)214.74º86.36%43.14%-
XYZ4.383.9615.29-
YUV49.31162.25103.53-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 8.33%
GREEN value IS 55 (21.88% from 255) = 30.56%
BLUE value IS 110 (43.36% from 255) = 61.11%
R=8.33%
G=30.56%
B=61.11%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.5
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal15551100.860.500.57214.747624.51
HexF376E5632039d74c19
Octal17671561266207132711431
Binary111111011111011101010110110010011100111010111100110011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F376E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(15,55,110); }

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

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

 a { background-color: rgb(15,55,110); }

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

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

 span { border-color: rgb(15,55,110); }

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