Html Css Color HEX #08355D Prussian Blue

📋 copy color: '#08355D'

red 8 ◦ green 53 ◦ blue 93

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

Shades of Prussian Blue #08355D

Tints of Prussian Blue #08355D

RGB

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

 GREEN value IS 53 (21.09% from 255) = 34.42%

 BLUE value IS 93 (36.72% from 255) = 60.39%

R = 5.19%
G = 34.42%
B = 60.39%

CMYK

 C value IS 0.91

 M value IS 0.43

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#08355D (or 0x08355D) is known color: Prussian Blue. HEX triplet: 08, 35 and 5D. RGB value is (8,53,93). Sum of RGB (Red+Green+Blue) = 8+53+93=154 (20% of max value = 765). Red value is 8 (3.52% from 255 or 5.19% from 154); Green value is 53 (21.09% from 255 or 34.42% from 154); Blue value is 93 (36.72% from 255 or 60.39% from 154); Max value from RGB is 93 - color contains mainly: blue. Hex color #08355D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #08355D is #F7CAA2. Grayscale: #2B2B2B. Windows color (decimal): -16239267 or 6108424. OLE color: 6108424.

HSL color Cylindrical-coordinate representation of color #08355D: hue angle of 208.24º degrees, saturation: 0.84, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #08355D is Cyan = 0.91, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 8 53 93 -
CMYK 0.91 0.43 0 0.64
HSL 208.24º 0.84% 0.2% -
HSV(B) 208.24º 0.91% 0.36% -
XYZ 3.35 3.39 10.83 -
YUV 44.11 155.59 102.25 -
System Red Green Blue C M Y K H S L
Decimal 8 53 93 0.91 0.43 0 0.64 208.24 0.84 0.2
Hex 8 35 5D 5B 2B 0 40 D0 54 14
Octal 10 65 135 133 53 0 100 320 124 24
Binary 1000 110101 1011101 1011011 101011 0 1000000 11010000 1010100 10100

Color Harmonies of #08355D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #08355D

Black with #08355D

Text Example


Text Example

White with #08355D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #08355D; }

 p { color: rgb(8,53,93); }

 H1.HeaderClassName
 {
   color: #08355D;
 }
 .AnyTagClassName
 {
   color: #08355D;
 }
</style>

background-color css

<style>
 a { background-color: #08355D; }

 a { background-color: rgb(8,53,93); }

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

border-color css

<style>
 span { border-color: #08355D; }

 span { border-color: rgb(8,53,93); }

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