Html Css Color HEX #0F3155 Prussian Blue

📋 copy color: '#0F3155'

red 15 ◦ green 49 ◦ blue 85

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

Shades of Prussian Blue #0F3155

Tints of Prussian Blue #0F3155

RGB

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

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

 BLUE value IS 85 (33.59% from 255) = 57.05%

R = 10.07%
G = 32.89%
B = 57.05%

CMYK

 C value IS 0.82

 M value IS 0.42

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#0F3155 (or 0x0F3155) is known color: Prussian Blue. HEX triplet: 0F, 31 and 55. RGB value is (15,49,85). Sum of RGB (Red+Green+Blue) = 15+49+85=149 (19% of max value = 765). Red value is 15 (6.25% from 255 or 10.07% from 149); Green value is 49 (19.53% from 255 or 32.89% from 149); Blue value is 85 (33.59% from 255 or 57.05% from 149); Max value from RGB is 85 - color contains mainly: blue. Hex color #0F3155 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0F3155 is #F0CEAA. Grayscale: #2A2A2A. Windows color (decimal): -15781547 or 5583119. OLE color: 5583119.

HSL color Cylindrical-coordinate representation of color #0F3155: hue angle of 210.86º degrees, saturation: 0.7, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #0F3155 is Cyan = 0.82, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB 15 49 85 -
CMYK 0.82 0.42 0 0.67
HSL 210.86º 0.7% 0.2% -
HSV(B) 210.86º 0.82% 0.33% -
XYZ 2.94 2.95 9.01 -
YUV 42.94 151.74 108.07 -
System Red Green Blue C M Y K H S L
Decimal 15 49 85 0.82 0.42 0 0.67 210.86 0.7 0.2
Hex F 31 55 52 2A 0 43 D3 46 14
Octal 17 61 125 122 52 0 103 323 106 24
Binary 1111 110001 1010101 1010010 101010 0 1000011 11010011 1000110 10100

Color Harmonies of #0F3155

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F3155

Black with #0F3155

Text Example


Text Example

White with #0F3155

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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