Html Css Color HEX #08306D Prussian Blue

📋 copy color: '#08306D'

red 8 ◦ green 48 ◦ blue 109

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

Shades of Prussian Blue #08306D

Tints of Prussian Blue #08306D

RGB

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

 GREEN value IS 48 (19.14% from 255) = 29.09%

 BLUE value IS 109 (42.97% from 255) = 66.06%

R = 4.85%
G = 29.09%
B = 66.06%

CMYK

 C value IS 0.93

 M value IS 0.56

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#08306D (or 0x08306D) is known color: Prussian Blue. HEX triplet: 08, 30 and 6D. RGB value is (8,48,109). Sum of RGB (Red+Green+Blue) = 8+48+109=165 (21% of max value = 765). Red value is 8 (3.52% from 255 or 4.85% from 165); Green value is 48 (19.14% from 255 or 29.09% from 165); Blue value is 109 (42.97% from 255 or 66.06% from 165); Max value from RGB is 109 - color contains mainly: blue. Hex color #08306D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #08306D is #F7CF92. Grayscale: #2A2A2A. Windows color (decimal): -16240531 or 7155720. OLE color: 7155720.

HSL color Cylindrical-coordinate representation of color #08306D: hue angle of 216.24º degrees, saturation: 0.86, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #08306D is Cyan = 0.93, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 8 48 109 -
CMYK 0.93 0.56 0 0.57
HSL 216.24º 0.86% 0.23% -
HSV(B) 216.24º 0.93% 0.43% -
XYZ 3.92 3.27 14.89 -
YUV 42.99 165.25 103.04 -
System Red Green Blue C M Y K H S L
Decimal 8 48 109 0.93 0.56 0 0.57 216.24 0.86 0.23
Hex 8 30 6D 5D 38 0 39 D8 56 17
Octal 10 60 155 135 70 0 71 330 126 27
Binary 1000 110000 1101101 1011101 111000 0 111001 11011000 1010110 10111

Color Harmonies of #08306D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #08306D

Black with #08306D

Text Example


Text Example

White with #08306D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #08306D; }

 p { color: rgb(8,48,109); }

 H1.HeaderClassName
 {
   color: #08306D;
 }
 .AnyTagClassName
 {
   color: #08306D;
 }
</style>

background-color css

<style>
 a { background-color: #08306D; }

 a { background-color: rgb(8,48,109); }

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

border-color css

<style>
 span { border-color: #08306D; }

 span { border-color: rgb(8,48,109); }

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