Html Css Color HEX #08375A Prussian Blue

📋 copy color: '#08375A'

red 8 ◦ green 55 ◦ blue 90

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

Shades of Prussian Blue #08375A

Tints of Prussian Blue #08375A

RGB

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

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

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

R = 5.23%
G = 35.95%
B = 58.82%

CMYK

 C value IS 0.91

 M value IS 0.39

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#08375A (or 0x08375A) is known color: Prussian Blue. HEX triplet: 08, 37 and 5A. RGB value is (8,55,90). Sum of RGB (Red+Green+Blue) = 8+55+90=153 (20% of max value = 765). Red value is 8 (3.52% from 255 or 5.23% from 153); Green value is 55 (21.88% from 255 or 35.95% from 153); Blue value is 90 (35.55% from 255 or 58.82% from 153); Max value from RGB is 90 - color contains mainly: blue. Hex color #08375A is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #08375A is #F7C8A5. Grayscale: #2C2C2C. Windows color (decimal): -16238758 or 5912328. OLE color: 5912328.

HSL color Cylindrical-coordinate representation of color #08375A: hue angle of 205.61º 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 #08375A is Cyan = 0.91, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 8 55 90 -
CMYK 0.91 0.39 0 0.65
HSL 205.61º 0.84% 0.19% -
HSV(B) 205.61º 0.91% 0.35% -
XYZ 3.31 3.52 10.18 -
YUV 44.94 153.43 101.65 -
System Red Green Blue C M Y K H S L
Decimal 8 55 90 0.91 0.39 0 0.65 205.61 0.84 0.19
Hex 8 37 5A 5B 27 0 41 CE 54 13
Octal 10 67 132 133 47 0 101 316 124 23
Binary 1000 110111 1011010 1011011 100111 0 1000001 11001110 1010100 10011

Color Harmonies of #08375A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #08375A

Black with #08375A

Text Example


Text Example

White with #08375A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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