Html Css Color HEX #08294F Prussian Blue

📋 copy color: '#08294F'

red 8 ◦ green 41 ◦ blue 79

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

Shades of Prussian Blue #08294F

Tints of Prussian Blue #08294F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 61.72%

R = 6.25%
G = 32.03%
B = 61.72%

CMYK

 C value IS 0.90

 M value IS 0.48

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#08294F (or 0x08294F) is known color: Prussian Blue. HEX triplet: 08, 29 and 4F. RGB value is (8,41,79). Sum of RGB (Red+Green+Blue) = 8+41+79=128 (16% of max value = 765). Red value is 8 (3.52% from 255 or 6.25% from 128); Green value is 41 (16.41% from 255 or 32.03% from 128); Blue value is 79 (31.25% from 255 or 61.72% from 128); Max value from RGB is 79 - color contains mainly: blue. Hex color #08294F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #08294F is #F7D6B0. Grayscale: #232323. Windows color (decimal): -16242353 or 5187848. OLE color: 5187848.

HSL color Cylindrical-coordinate representation of color #08294F: hue angle of 212.11º degrees, saturation: 0.82, 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 #08294F is Cyan = 0.90, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB 8 41 79 -
CMYK 0.90 0.48 0 0.69
HSL 212.11º 0.82% 0.17% -
HSV(B) 212.11º 0.9% 0.31% -
XYZ 2.3 2.2 7.7 -
YUV 35.47 152.57 108.41 -
System Red Green Blue C M Y K H S L
Decimal 8 41 79 0.90 0.48 0 0.69 212.11 0.82 0.17
Hex 8 29 4F 5A 30 0 45 D4 52 11
Octal 10 51 117 132 60 0 105 324 122 21
Binary 1000 101001 1001111 1011010 110000 0 1000101 11010100 1010010 10001

Color Harmonies of #08294F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #08294F

Black with #08294F

Text Example


Text Example

White with #08294F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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