Html Css Color HEX #0F3769 Prussian Blue

📋 copy color: '#0F3769'

red 15 ◦ green 55 ◦ blue 105

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

Shades of Prussian Blue #0F3769

Tints of Prussian Blue #0F3769

RGB

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

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

 BLUE value IS 105 (41.41% from 255) = 60%

R = 8.57%
G = 31.43%
B = 60%

CMYK

 C value IS 0.86

 M value IS 0.48

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#0F3769 (or 0x0F3769) is known color: Prussian Blue. HEX triplet: 0F, 37 and 69. RGB value is (15,55,105). Sum of RGB (Red+Green+Blue) = 15+55+105=175 (23% of max value = 765). Red value is 15 (6.25% from 255 or 8.57% from 175); Green value is 55 (21.88% from 255 or 31.43% from 175); Blue value is 105 (41.41% from 255 or 60% from 175); Max value from RGB is 105 - color contains mainly: blue. Hex color #0F3769 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0F3769 is #F0C896. Grayscale: #303030. Windows color (decimal): -15779991 or 6895375. OLE color: 6895375.

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

Color convert

RGB 15 55 105 -
CMYK 0.86 0.48 0 0.59
HSL 213.33º 0.75% 0.24% -
HSV(B) 213.33º 0.86% 0.41% -
XYZ 4.11 3.85 13.89 -
YUV 48.74 159.75 103.93 -
System Red Green Blue C M Y K H S L
Decimal 15 55 105 0.86 0.48 0 0.59 213.33 0.75 0.24
Hex F 37 69 56 30 0 3B D5 4B 18
Octal 17 67 151 126 60 0 73 325 113 30
Binary 1111 110111 1101001 1010110 110000 0 111011 11010101 1001011 11000

Color Harmonies of #0F3769

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F3769

Black with #0F3769

Text Example


Text Example

White with #0F3769

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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