Html Css Color HEX #08294E Prussian Blue

📋 copy color: '#08294E'

red 8 ◦ green 41 ◦ blue 78

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

Shades of Prussian Blue #08294E

Tints of Prussian Blue #08294E

RGB

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

 GREEN value IS 41 (16.41% from 255) = 32.28%

 BLUE value IS 78 (30.86% from 255) = 61.42%

R = 6.3%
G = 32.28%
B = 61.42%

CMYK

 C value IS 0.90

 M value IS 0.47

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#08294E (or 0x08294E) is known color: Prussian Blue. HEX triplet: 08, 29 and 4E. RGB value is (8,41,78). Sum of RGB (Red+Green+Blue) = 8+41+78=127 (16% of max value = 765). Red value is 8 (3.52% from 255 or 6.30% from 127); Green value is 41 (16.41% from 255 or 32.28% from 127); Blue value is 78 (30.86% from 255 or 61.42% from 127); Max value from RGB is 78 - color contains mainly: blue. Hex color #08294E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #08294E is #F7D6B1. Grayscale: #232323. Windows color (decimal): -16242354 or 5122312. OLE color: 5122312.

HSL color Cylindrical-coordinate representation of color #08294E: hue angle of 211.71º degrees, saturation: 0.81, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #08294E is Cyan = 0.90, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB 8 41 78 -
CMYK 0.90 0.47 0 0.69
HSL 211.71º 0.81% 0.17% -
HSV(B) 211.71º 0.9% 0.31% -
XYZ 2.27 2.19 7.51 -
YUV 35.35 152.07 108.49 -
System Red Green Blue C M Y K H S L
Decimal 8 41 78 0.90 0.47 0 0.69 211.71 0.81 0.17
Hex 8 29 4E 5A 2F 0 45 D4 51 11
Octal 10 51 116 132 57 0 105 324 121 21
Binary 1000 101001 1001110 1011010 101111 0 1000101 11010100 1010001 10001

Color Harmonies of #08294E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #08294E

Black with #08294E

Text Example


Text Example

White with #08294E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #08294E; }

 p { color: rgb(8,41,78); }

 H1.HeaderClassName
 {
   color: #08294E;
 }
 .AnyTagClassName
 {
   color: #08294E;
 }
</style>

background-color css

<style>
 a { background-color: #08294E; }

 a { background-color: rgb(8,41,78); }

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

border-color css

<style>
 span { border-color: #08294E; }

 span { border-color: rgb(8,41,78); }

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