Html Css Color HEX #08406B Prussian Blue

📋 copy color: '#08406B'

red 8 ◦ green 64 ◦ blue 107

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

Shades of Prussian Blue #08406B

Tints of Prussian Blue #08406B

RGB

 RED value IS 8 (3.52% from 255) = 4.47%

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

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

R = 4.47%
G = 35.75%
B = 59.78%

CMYK

 C value IS 0.93

 M value IS 0.40

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#08406B (or 0x08406B) is known color: Prussian Blue. HEX triplet: 08, 40 and 6B. RGB value is (8,64,107). Sum of RGB (Red+Green+Blue) = 8+64+107=179 (23% of max value = 765). Red value is 8 (3.52% from 255 or 4.47% from 179); Green value is 64 (25.39% from 255 or 35.75% from 179); Blue value is 107 (42.19% from 255 or 59.78% from 179); Max value from RGB is 107 - color contains mainly: blue. Hex color #08406B is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #08406B is #F7BF94. Grayscale: #333333. Windows color (decimal): -16236437 or 7028744. OLE color: 7028744.

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

Color convert

RGB 8 64 107 -
CMYK 0.93 0.40 0 0.58
HSL 206.06º 0.86% 0.23% -
HSV(B) 206.06º 0.93% 0.42% -
XYZ 4.59 4.78 14.59 -
YUV 52.16 158.95 96.5 -
System Red Green Blue C M Y K H S L
Decimal 8 64 107 0.93 0.40 0 0.58 206.06 0.86 0.23
Hex 8 40 6B 5D 28 0 3A CE 56 17
Octal 10 100 153 135 50 0 72 316 126 27
Binary 1000 1000000 1101011 1011101 101000 0 111010 11001110 1010110 10111

Color Harmonies of #08406B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #08406B

Black with #08406B

Text Example


Text Example

White with #08406B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #08406B; }

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

 H1.HeaderClassName
 {
   color: #08406B;
 }
 .AnyTagClassName
 {
   color: #08406B;
 }
</style>

background-color css

<style>
 a { background-color: #08406B; }

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

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

border-color css

<style>
 span { border-color: #08406B; }

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

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