Html Css Color HEX #08376A Prussian Blue

📋 copy color: '#08376A'

red 8 ◦ green 55 ◦ blue 106

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

Shades of Prussian Blue #08376A

Tints of Prussian Blue #08376A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 62.72%

R = 4.73%
G = 32.54%
B = 62.72%

CMYK

 C value IS 0.92

 M value IS 0.48

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#08376A (or 0x08376A) is known color: Prussian Blue. HEX triplet: 08, 37 and 6A. RGB value is (8,55,106). Sum of RGB (Red+Green+Blue) = 8+55+106=169 (22% of max value = 765). Red value is 8 (3.52% from 255 or 4.73% from 169); Green value is 55 (21.88% from 255 or 32.54% from 169); Blue value is 106 (41.80% from 255 or 62.72% from 169); Max value from RGB is 106 - color contains mainly: blue. Hex color #08376A is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #08376A is #F7C895. Grayscale: #2E2E2E. Windows color (decimal): -16238742 or 6960904. OLE color: 6960904.

HSL color Cylindrical-coordinate representation of color #08376A: hue angle of 211.22º degrees, saturation: 0.86, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #08376A is Cyan = 0.92, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 8 55 106 -
CMYK 0.92 0.48 0 0.58
HSL 211.22º 0.86% 0.22% -
HSV(B) 211.22º 0.92% 0.42% -
XYZ 4.07 3.82 14.16 -
YUV 46.76 161.43 100.35 -
System Red Green Blue C M Y K H S L
Decimal 8 55 106 0.92 0.48 0 0.58 211.22 0.86 0.22
Hex 8 37 6A 5C 30 0 3A D3 56 16
Octal 10 67 152 134 60 0 72 323 126 26
Binary 1000 110111 1101010 1011100 110000 0 111010 11010011 1010110 10110

Color Harmonies of #08376A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #08376A

Black with #08376A

Text Example


Text Example

White with #08376A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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