Html Css Color HEX #0F3561 Prussian Blue

📋 copy color: '#0F3561'

red 15 ◦ green 53 ◦ blue 97

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

Shades of Prussian Blue #0F3561

Tints of Prussian Blue #0F3561

RGB

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

 GREEN value IS 53 (21.09% from 255) = 32.12%

 BLUE value IS 97 (38.28% from 255) = 58.79%

R = 9.09%
G = 32.12%
B = 58.79%

CMYK

 C value IS 0.85

 M value IS 0.45

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#0F3561 (or 0x0F3561) is known color: Prussian Blue. HEX triplet: 0F, 35 and 61. RGB value is (15,53,97). Sum of RGB (Red+Green+Blue) = 15+53+97=165 (21% of max value = 765). Red value is 15 (6.25% from 255 or 9.09% from 165); Green value is 53 (21.09% from 255 or 32.12% from 165); Blue value is 97 (38.28% from 255 or 58.79% from 165); Max value from RGB is 97 - color contains mainly: blue. Hex color #0F3561 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0F3561 is #F0CA9E. Grayscale: #2E2E2E. Windows color (decimal): -15780511 or 6370575. OLE color: 6370575.

HSL color Cylindrical-coordinate representation of color #0F3561: hue angle of 212.2º degrees, saturation: 0.73, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #0F3561 is Cyan = 0.85, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 15 53 97 -
CMYK 0.85 0.45 0 0.62
HSL 212.2º 0.73% 0.22% -
HSV(B) 212.2º 0.85% 0.38% -
XYZ 3.63 3.51 11.8 -
YUV 46.65 156.41 105.42 -
System Red Green Blue C M Y K H S L
Decimal 15 53 97 0.85 0.45 0 0.62 212.2 0.73 0.22
Hex F 35 61 55 2D 0 3E D4 49 16
Octal 17 65 141 125 55 0 76 324 111 26
Binary 1111 110101 1100001 1010101 101101 0 111110 11010100 1001001 10110

Color Harmonies of #0F3561

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F3561

Black with #0F3561

Text Example


Text Example

White with #0F3561

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(15,53,97); }

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

background-color css

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

 a { background-color: rgb(15,53,97); }

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

border-color css

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

 span { border-color: rgb(15,53,97); }

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