Html Css Color HEX #0F396D Prussian Blue

📋 copy color: '#0F396D'

red 15 ◦ green 57 ◦ blue 109

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

Shades of Prussian Blue #0F396D

Tints of Prussian Blue #0F396D

RGB

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

 GREEN value IS 57 (22.66% from 255) = 31.49%

 BLUE value IS 109 (42.97% from 255) = 60.22%

R = 8.29%
G = 31.49%
B = 60.22%

CMYK

 C value IS 0.86

 M value IS 0.48

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#0F396D (or 0x0F396D) is known color: Prussian Blue. HEX triplet: 0F, 39 and 6D. RGB value is (15,57,109). Sum of RGB (Red+Green+Blue) = 15+57+109=181 (23% of max value = 765). Red value is 15 (6.25% from 255 or 8.29% from 181); Green value is 57 (22.66% from 255 or 31.49% from 181); Blue value is 109 (42.97% from 255 or 60.22% from 181); Max value from RGB is 109 - color contains mainly: blue. Hex color #0F396D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0F396D is #F0C692. Grayscale: #323232. Windows color (decimal): -15779475 or 7158031. OLE color: 7158031.

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

Color convert

RGB 15 57 109 -
CMYK 0.86 0.48 0 0.57
HSL 213.19º 0.76% 0.24% -
HSV(B) 213.19º 0.86% 0.43% -
XYZ 4.42 4.13 15.03 -
YUV 50.37 161.09 102.77 -
System Red Green Blue C M Y K H S L
Decimal 15 57 109 0.86 0.48 0 0.57 213.19 0.76 0.24
Hex F 39 6D 56 30 0 39 D5 4C 18
Octal 17 71 155 126 60 0 71 325 114 30
Binary 1111 111001 1101101 1010110 110000 0 111001 11010101 1001100 11000

Color Harmonies of #0F396D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F396D

Black with #0F396D

Text Example


Text Example

White with #0F396D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(15,57,109); }

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

background-color css

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

 a { background-color: rgb(15,57,109); }

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

border-color css

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

 span { border-color: rgb(15,57,109); }

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