Html Css Color HEX #08345A Prussian Blue

📋 copy color: '#08345A'

red 8 ◦ green 52 ◦ blue 90

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

Shades of Prussian Blue #08345A

Tints of Prussian Blue #08345A

RGB

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

 GREEN value IS 52 (20.7% from 255) = 34.67%

 BLUE value IS 90 (35.55% from 255) = 60%

R = 5.33%
G = 34.67%
B = 60%

CMYK

 C value IS 0.91

 M value IS 0.42

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#08345A (or 0x08345A) is known color: Prussian Blue. HEX triplet: 08, 34 and 5A. RGB value is (8,52,90). Sum of RGB (Red+Green+Blue) = 8+52+90=150 (19% of max value = 765). Red value is 8 (3.52% from 255 or 5.33% from 150); Green value is 52 (20.70% from 255 or 34.67% from 150); Blue value is 90 (35.55% from 255 or 60% from 150); Max value from RGB is 90 - color contains mainly: blue. Hex color #08345A is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #08345A is #F7CBA5. Grayscale: #2A2A2A. Windows color (decimal): -16239526 or 5911560. OLE color: 5911560.

HSL color Cylindrical-coordinate representation of color #08345A: hue angle of 207.8º degrees, saturation: 0.84, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #08345A is Cyan = 0.91, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 8 52 90 -
CMYK 0.91 0.42 0 0.65
HSL 207.8º 0.84% 0.19% -
HSV(B) 207.8º 0.91% 0.35% -
XYZ 3.17 3.25 10.13 -
YUV 43.18 154.42 102.91 -
System Red Green Blue C M Y K H S L
Decimal 8 52 90 0.91 0.42 0 0.65 207.8 0.84 0.19
Hex 8 34 5A 5B 2A 0 41 D0 54 13
Octal 10 64 132 133 52 0 101 320 124 23
Binary 1000 110100 1011010 1011011 101010 0 1000001 11010000 1010100 10011

Color Harmonies of #08345A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #08345A

Black with #08345A

Text Example


Text Example

White with #08345A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(8,52,90); }

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

background-color css

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

 a { background-color: rgb(8,52,90); }

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

border-color css

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

 span { border-color: rgb(8,52,90); }

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