Html Css Color HEX #08406A Prussian Blue

📋 copy color: '#08406A'

red 8 ◦ green 64 ◦ blue 106

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

Shades of Prussian Blue #08406A

Tints of Prussian Blue #08406A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 59.55%

R = 4.49%
G = 35.96%
B = 59.55%

CMYK

 C value IS 0.92

 M value IS 0.40

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#08406A (or 0x08406A) is known color: Prussian Blue. HEX triplet: 08, 40 and 6A. RGB value is (8,64,106). Sum of RGB (Red+Green+Blue) = 8+64+106=178 (23% of max value = 765). Red value is 8 (3.52% from 255 or 4.49% from 178); Green value is 64 (25.39% from 255 or 35.96% from 178); Blue value is 106 (41.80% from 255 or 59.55% from 178); Max value from RGB is 106 - color contains mainly: blue. Hex color #08406A is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #08406A is #F7BF95. Grayscale: #333333. Windows color (decimal): -16236438 or 6963208. OLE color: 6963208.

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

Color convert

RGB 8 64 106 -
CMYK 0.92 0.40 0 0.58
HSL 205.71º 0.86% 0.22% -
HSV(B) 205.71º 0.92% 0.42% -
XYZ 4.54 4.76 14.32 -
YUV 52.04 158.45 96.58 -
System Red Green Blue C M Y K H S L
Decimal 8 64 106 0.92 0.40 0 0.58 205.71 0.86 0.22
Hex 8 40 6A 5C 28 0 3A CE 56 16
Octal 10 100 152 134 50 0 72 316 126 26
Binary 1000 1000000 1101010 1011100 101000 0 111010 11001110 1010110 10110

Color Harmonies of #08406A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #08406A

Black with #08406A

Text Example


Text Example

White with #08406A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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