Html Css Color HEX #0F3761 Prussian Blue

📋 copy color: '#0F3761'

red 15 ◦ green 55 ◦ blue 97

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

Shades of Prussian Blue #0F3761

Tints of Prussian Blue #0F3761

RGB

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

 GREEN value IS 55 (21.88% from 255) = 32.93%

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

R = 8.98%
G = 32.93%
B = 58.08%

CMYK

 C value IS 0.85

 M value IS 0.43

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#0F3761 (or 0x0F3761) is known color: Prussian Blue. HEX triplet: 0F, 37 and 61. RGB value is (15,55,97). Sum of RGB (Red+Green+Blue) = 15+55+97=167 (22% of max value = 765). Red value is 15 (6.25% from 255 or 8.98% from 167); Green value is 55 (21.88% from 255 or 32.93% from 167); Blue value is 97 (38.28% from 255 or 58.08% from 167); Max value from RGB is 97 - color contains mainly: blue. Hex color #0F3761 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0F3761 is #F0C89E. Grayscale: #2F2F2F. Windows color (decimal): -15779999 or 6371087. OLE color: 6371087.

HSL color Cylindrical-coordinate representation of color #0F3761: hue angle of 210.73º 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 #0F3761 is Cyan = 0.85, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 15 55 97 -
CMYK 0.85 0.43 0 0.62
HSL 210.73º 0.73% 0.22% -
HSV(B) 210.73º 0.85% 0.38% -
XYZ 3.72 3.7 11.83 -
YUV 47.83 155.75 104.58 -
System Red Green Blue C M Y K H S L
Decimal 15 55 97 0.85 0.43 0 0.62 210.73 0.73 0.22
Hex F 37 61 55 2B 0 3E D3 49 16
Octal 17 67 141 125 53 0 76 323 111 26
Binary 1111 110111 1100001 1010101 101011 0 111110 11010011 1001001 10110

Color Harmonies of #0F3761

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F3761

Black with #0F3761

Text Example


Text Example

White with #0F3761

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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