Html Css Color HEX #0F406B Prussian Blue

📋 copy color: '#0F406B'

red 15 ◦ green 64 ◦ blue 107

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

Shades of Prussian Blue #0F406B

Tints of Prussian Blue #0F406B

RGB

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

 GREEN value IS 64 (25.39% from 255) = 34.41%

 BLUE value IS 107 (42.19% from 255) = 57.53%

R = 8.06%
G = 34.41%
B = 57.53%

CMYK

 C value IS 0.86

 M value IS 0.40

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#0F406B (or 0x0F406B) is known color: Prussian Blue. HEX triplet: 0F, 40 and 6B. RGB value is (15,64,107). Sum of RGB (Red+Green+Blue) = 15+64+107=186 (24% of max value = 765). Red value is 15 (6.25% from 255 or 8.06% from 186); Green value is 64 (25.39% from 255 or 34.41% from 186); Blue value is 107 (42.19% from 255 or 57.53% from 186); Max value from RGB is 107 - color contains mainly: blue. Hex color #0F406B is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0F406B is #F0BF94. Grayscale: #363636. Windows color (decimal): -15777685 or 7028751. OLE color: 7028751.

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

Color convert

RGB 15 64 107 -
CMYK 0.86 0.40 0 0.58
HSL 208.04º 0.75% 0.24% -
HSV(B) 208.04º 0.86% 0.42% -
XYZ 4.68 4.83 14.6 -
YUV 54.25 157.77 100 -
System Red Green Blue C M Y K H S L
Decimal 15 64 107 0.86 0.40 0 0.58 208.04 0.75 0.24
Hex F 40 6B 56 28 0 3A D0 4B 18
Octal 17 100 153 126 50 0 72 320 113 30
Binary 1111 1000000 1101011 1010110 101000 0 111010 11010000 1001011 11000

Color Harmonies of #0F406B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F406B

Black with #0F406B

Text Example


Text Example

White with #0F406B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(15,64,107); }

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

background-color css

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

 a { background-color: rgb(15,64,107); }

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

border-color css

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

 span { border-color: rgb(15,64,107); }

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