Html Css Color HEX #08316A Prussian Blue

📋 copy color: '#08316A'

red 8 ◦ green 49 ◦ blue 106

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

Shades of Prussian Blue #08316A

Tints of Prussian Blue #08316A

RGB

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

 GREEN value IS 49 (19.53% from 255) = 30.06%

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

R = 4.91%
G = 30.06%
B = 65.03%

CMYK

 C value IS 0.92

 M value IS 0.54

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#08316A (or 0x08316A) is known color: Prussian Blue. HEX triplet: 08, 31 and 6A. RGB value is (8,49,106). Sum of RGB (Red+Green+Blue) = 8+49+106=163 (21% of max value = 765). Red value is 8 (3.52% from 255 or 4.91% from 163); Green value is 49 (19.53% from 255 or 30.06% from 163); Blue value is 106 (41.80% from 255 or 65.03% from 163); Max value from RGB is 106 - color contains mainly: blue. Hex color #08316A is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #08316A is #F7CE95. Grayscale: #2A2A2A. Windows color (decimal): -16240278 or 6959368. OLE color: 6959368.

HSL color Cylindrical-coordinate representation of color #08316A: hue angle of 214.9º 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 #08316A is Cyan = 0.92, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 8 49 106 -
CMYK 0.92 0.54 0 0.58
HSL 214.9º 0.86% 0.22% -
HSV(B) 214.9º 0.92% 0.42% -
XYZ 3.8 3.29 14.07 -
YUV 43.24 163.42 102.87 -
System Red Green Blue C M Y K H S L
Decimal 8 49 106 0.92 0.54 0 0.58 214.9 0.86 0.22
Hex 8 31 6A 5C 36 0 3A D7 56 16
Octal 10 61 152 134 66 0 72 327 126 26
Binary 1000 110001 1101010 1011100 110110 0 111010 11010111 1010110 10110

Color Harmonies of #08316A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #08316A

Black with #08316A

Text Example


Text Example

White with #08316A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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