Html Css Color HEX #0F315F Prussian Blue

📋 copy color: '#0F315F'

red 15 ◦ green 49 ◦ blue 95

#0F315F
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Prussian Blue #0F315F

Tints of Prussian Blue #0F315F

RGB

 RED value IS 15 (6.25% from 255) = 9.43%

 GREEN value IS 49 (19.53% from 255) = 30.82%

 BLUE value IS 95 (37.5% from 255) = 59.75%

R = 9.43%
G = 30.82%
B = 59.75%

CMYK

 C value IS 0.84

 M value IS 0.48

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#0F315F (or 0x0F315F) is known color: Prussian Blue. HEX triplet: 0F, 31 and 5F. RGB value is (15,49,95). Sum of RGB (Red+Green+Blue) = 15+49+95=159 (21% of max value = 765). Red value is 15 (6.25% from 255 or 9.43% from 159); Green value is 49 (19.53% from 255 or 30.82% from 159); Blue value is 95 (37.5% from 255 or 59.75% from 159); Max value from RGB is 95 - color contains mainly: blue. Hex color #0F315F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0F315F is #F0CEA0. Grayscale: #2B2B2B. Windows color (decimal): -15781537 or 6238479. OLE color: 6238479.

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

Color convert

RGB 15 49 95 -
CMYK 0.84 0.48 0 0.63
HSL 214.5º 0.73% 0.22% -
HSV(B) 214.5º 0.84% 0.37% -
XYZ 3.36 3.12 11.25 -
YUV 44.08 156.74 107.26 -
System Red Green Blue C M Y K H S L
Decimal 15 49 95 0.84 0.48 0 0.63 214.5 0.73 0.22
Hex F 31 5F 54 30 0 3F D6 49 16
Octal 17 61 137 124 60 0 77 326 111 26
Binary 1111 110001 1011111 1010100 110000 0 111111 11010110 1001001 10110

Color Harmonies of #0F315F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F315F

Black with #0F315F

Text Example


Text Example

White with #0F315F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(15,49,95); }

 H1.HeaderClassName
 {
   color: #0F315F;
 }
 .AnyTagClassName
 {
   color: #0F315F;
 }
</style>

background-color css

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

 a { background-color: rgb(15,49,95); }

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

border-color css

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

 span { border-color: rgb(15,49,95); }

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