Html Css Color HEX #08305E Prussian Blue

📋 copy color: '#08305E'

red 8 ◦ green 48 ◦ blue 94

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

Shades of Prussian Blue #08305E

Tints of Prussian Blue #08305E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 62.67%

R = 5.33%
G = 32%
B = 62.67%

CMYK

 C value IS 0.91

 M value IS 0.49

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#08305E (or 0x08305E) is known color: Prussian Blue. HEX triplet: 08, 30 and 5E. RGB value is (8,48,94). Sum of RGB (Red+Green+Blue) = 8+48+94=150 (19% of max value = 765). Red value is 8 (3.52% from 255 or 5.33% from 150); Green value is 48 (19.14% from 255 or 32% from 150); Blue value is 94 (37.11% from 255 or 62.67% from 150); Max value from RGB is 94 - color contains mainly: blue. Hex color #08305E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #08305E is #F7CFA1. Grayscale: #292929. Windows color (decimal): -16240546 or 6172680. OLE color: 6172680.

HSL color Cylindrical-coordinate representation of color #08305E: hue angle of 212.09º degrees, saturation: 0.84, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #08305E is Cyan = 0.91, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB 8 48 94 -
CMYK 0.91 0.49 0 0.63
HSL 212.09º 0.84% 0.2% -
HSV(B) 212.09º 0.91% 0.37% -
XYZ 3.18 2.97 11 -
YUV 41.28 157.75 104.26 -
System Red Green Blue C M Y K H S L
Decimal 8 48 94 0.91 0.49 0 0.63 212.09 0.84 0.2
Hex 8 30 5E 5B 31 0 3F D4 54 14
Octal 10 60 136 133 61 0 77 324 124 24
Binary 1000 110000 1011110 1011011 110001 0 111111 11010100 1010100 10100

Color Harmonies of #08305E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #08305E

Black with #08305E

Text Example


Text Example

White with #08305E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #08305E; }

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

 H1.HeaderClassName
 {
   color: #08305E;
 }
 .AnyTagClassName
 {
   color: #08305E;
 }
</style>

background-color css

<style>
 a { background-color: #08305E; }

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

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

border-color css

<style>
 span { border-color: #08305E; }

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

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