Html Css Color HEX #08406C Prussian Blue

📋 copy color: '#08406C'

red 8 ◦ green 64 ◦ blue 108

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

Shades of Prussian Blue #08406C

Tints of Prussian Blue #08406C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 60%

R = 4.44%
G = 35.56%
B = 60%

CMYK

 C value IS 0.93

 M value IS 0.41

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#08406C (or 0x08406C) is known color: Prussian Blue. HEX triplet: 08, 40 and 6C. RGB value is (8,64,108). Sum of RGB (Red+Green+Blue) = 8+64+108=180 (23% of max value = 765). Red value is 8 (3.52% from 255 or 4.44% from 180); Green value is 64 (25.39% from 255 or 35.56% from 180); Blue value is 108 (42.58% from 255 or 60% from 180); Max value from RGB is 108 - color contains mainly: blue. Hex color #08406C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #08406C is #F7BF93. Grayscale: #343434. Windows color (decimal): -16236436 or 7094280. OLE color: 7094280.

HSL color Cylindrical-coordinate representation of color #08406C: hue angle of 206.4º 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 #08406C is Cyan = 0.93, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 8 64 108 -
CMYK 0.93 0.41 0 0.58
HSL 206.4º 0.86% 0.23% -
HSV(B) 206.4º 0.93% 0.42% -
XYZ 4.64 4.8 14.87 -
YUV 52.27 159.45 96.42 -
System Red Green Blue C M Y K H S L
Decimal 8 64 108 0.93 0.41 0 0.58 206.4 0.86 0.23
Hex 8 40 6C 5D 29 0 3A CE 56 17
Octal 10 100 154 135 51 0 72 316 126 27
Binary 1000 1000000 1101100 1011101 101001 0 111010 11001110 1010110 10111

Color Harmonies of #08406C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #08406C

Black with #08406C

Text Example


Text Example

White with #08406C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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