Html Css Color HEX #0F3768 Prussian Blue

📋 copy color: '#0F3768'

red 15 ◦ green 55 ◦ blue 104

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

Shades of Prussian Blue #0F3768

Tints of Prussian Blue #0F3768

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 59.77%

R = 8.62%
G = 31.61%
B = 59.77%

CMYK

 C value IS 0.86

 M value IS 0.47

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#0F3768 (or 0x0F3768) is known color: Prussian Blue. HEX triplet: 0F, 37 and 68. RGB value is (15,55,104). Sum of RGB (Red+Green+Blue) = 15+55+104=174 (23% of max value = 765). Red value is 15 (6.25% from 255 or 8.62% from 174); Green value is 55 (21.88% from 255 or 31.61% from 174); Blue value is 104 (41.02% from 255 or 59.77% from 174); Max value from RGB is 104 - color contains mainly: blue. Hex color #0F3768 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0F3768 is #F0C897. Grayscale: #303030. Windows color (decimal): -15779992 or 6829839. OLE color: 6829839.

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

Color convert

RGB 15 55 104 -
CMYK 0.86 0.47 0 0.59
HSL 213.03º 0.75% 0.23% -
HSV(B) 213.03º 0.86% 0.41% -
XYZ 4.06 3.83 13.62 -
YUV 48.63 159.25 104.02 -
System Red Green Blue C M Y K H S L
Decimal 15 55 104 0.86 0.47 0 0.59 213.03 0.75 0.23
Hex F 37 68 56 2F 0 3B D5 4B 17
Octal 17 67 150 126 57 0 73 325 113 27
Binary 1111 110111 1101000 1010110 101111 0 111011 11010101 1001011 10111

Color Harmonies of #0F3768

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F3768

Black with #0F3768

Text Example


Text Example

White with #0F3768

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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