Html Css Color HEX #08375E Prussian Blue

📋 copy color: '#08375E'

red 8 ◦ green 55 ◦ blue 94

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

Shades of Prussian Blue #08375E

Tints of Prussian Blue #08375E

RGB

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

 GREEN value IS 55 (21.88% from 255) = 35.03%

 BLUE value IS 94 (37.11% from 255) = 59.87%

R = 5.1%
G = 35.03%
B = 59.87%

CMYK

 C value IS 0.91

 M value IS 0.41

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#08375E (or 0x08375E) is known color: Prussian Blue. HEX triplet: 08, 37 and 5E. RGB value is (8,55,94). Sum of RGB (Red+Green+Blue) = 8+55+94=157 (20% of max value = 765). Red value is 8 (3.52% from 255 or 5.10% from 157); Green value is 55 (21.88% from 255 or 35.03% from 157); Blue value is 94 (37.11% from 255 or 59.87% from 157); Max value from RGB is 94 - color contains mainly: blue. Hex color #08375E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #08375E is #F7C8A1. Grayscale: #2D2D2D. Windows color (decimal): -16238754 or 6174472. OLE color: 6174472.

HSL color Cylindrical-coordinate representation of color #08375E: hue angle of 207.21º degrees, saturation: 0.84, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #08375E is Cyan = 0.91, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB 8 55 94 -
CMYK 0.91 0.41 0 0.63
HSL 207.21º 0.84% 0.2% -
HSV(B) 207.21º 0.91% 0.37% -
XYZ 3.49 3.59 11.1 -
YUV 45.39 155.43 101.33 -
System Red Green Blue C M Y K H S L
Decimal 8 55 94 0.91 0.41 0 0.63 207.21 0.84 0.2
Hex 8 37 5E 5B 29 0 3F CF 54 14
Octal 10 67 136 133 51 0 77 317 124 24
Binary 1000 110111 1011110 1011011 101001 0 111111 11001111 1010100 10100

Color Harmonies of #08375E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #08375E

Black with #08375E

Text Example


Text Example

White with #08375E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(8,55,94); }

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

background-color css

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

 a { background-color: rgb(8,55,94); }

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

border-color css

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

 span { border-color: rgb(8,55,94); }

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