Html Css Color HEX #0F396C Prussian Blue

📋 copy color: '#0F396C'

red 15 ◦ green 57 ◦ blue 108

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

Shades of Prussian Blue #0F396C

Tints of Prussian Blue #0F396C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 60%

R = 8.33%
G = 31.67%
B = 60%

CMYK

 C value IS 0.86

 M value IS 0.47

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#0F396C (or 0x0F396C) is known color: Prussian Blue. HEX triplet: 0F, 39 and 6C. RGB value is (15,57,108). Sum of RGB (Red+Green+Blue) = 15+57+108=180 (23% of max value = 765). Red value is 15 (6.25% from 255 or 8.33% from 180); Green value is 57 (22.66% from 255 or 31.67% from 180); Blue value is 108 (42.58% from 255 or 60% from 180); Max value from RGB is 108 - color contains mainly: blue. Hex color #0F396C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0F396C is #F0C693. Grayscale: #323232. Windows color (decimal): -15779476 or 7092495. OLE color: 7092495.

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

Color convert

RGB 15 57 108 -
CMYK 0.86 0.47 0 0.58
HSL 212.9º 0.76% 0.24% -
HSV(B) 212.9º 0.86% 0.42% -
XYZ 4.37 4.11 14.75 -
YUV 50.26 160.59 102.85 -
System Red Green Blue C M Y K H S L
Decimal 15 57 108 0.86 0.47 0 0.58 212.9 0.76 0.24
Hex F 39 6C 56 2F 0 3A D5 4C 18
Octal 17 71 154 126 57 0 72 325 114 30
Binary 1111 111001 1101100 1010110 101111 0 111010 11010101 1001100 11000

Color Harmonies of #0F396C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F396C

Black with #0F396C

Text Example


Text Example

White with #0F396C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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