Html Css Color HEX #08376B Prussian Blue

📋 copy color: '#08376B'

red 8 ◦ green 55 ◦ blue 107

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

Shades of Prussian Blue #08376B

Tints of Prussian Blue #08376B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 62.94%

R = 4.71%
G = 32.35%
B = 62.94%

CMYK

 C value IS 0.93

 M value IS 0.49

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#08376B (or 0x08376B) is known color: Prussian Blue. HEX triplet: 08, 37 and 6B. RGB value is (8,55,107). Sum of RGB (Red+Green+Blue) = 8+55+107=170 (22% of max value = 765). Red value is 8 (3.52% from 255 or 4.71% from 170); Green value is 55 (21.88% from 255 or 32.35% from 170); Blue value is 107 (42.19% from 255 or 62.94% from 170); Max value from RGB is 107 - color contains mainly: blue. Hex color #08376B is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #08376B is #F7C894. Grayscale: #2E2E2E. Windows color (decimal): -16238741 or 7026440. OLE color: 7026440.

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

Color convert

RGB 8 55 107 -
CMYK 0.93 0.49 0 0.58
HSL 211.52º 0.86% 0.23% -
HSV(B) 211.52º 0.93% 0.42% -
XYZ 4.12 3.85 14.44 -
YUV 46.88 161.93 100.27 -
System Red Green Blue C M Y K H S L
Decimal 8 55 107 0.93 0.49 0 0.58 211.52 0.86 0.23
Hex 8 37 6B 5D 31 0 3A D4 56 17
Octal 10 67 153 135 61 0 72 324 126 27
Binary 1000 110111 1101011 1011101 110001 0 111010 11010100 1010110 10111

Color Harmonies of #08376B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #08376B

Black with #08376B

Text Example


Text Example

White with #08376B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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