Html Css Color HEX #08305C Prussian Blue

📋 copy color: '#08305C'

red 8 ◦ green 48 ◦ blue 92

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

Shades of Prussian Blue #08305C

Tints of Prussian Blue #08305C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 62.16%

R = 5.41%
G = 32.43%
B = 62.16%

CMYK

 C value IS 0.91

 M value IS 0.48

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#08305C (or 0x08305C) is known color: Prussian Blue. HEX triplet: 08, 30 and 5C. RGB value is (8,48,92). Sum of RGB (Red+Green+Blue) = 8+48+92=148 (19% of max value = 765). Red value is 8 (3.52% from 255 or 5.41% from 148); Green value is 48 (19.14% from 255 or 32.43% from 148); Blue value is 92 (36.33% from 255 or 62.16% from 148); Max value from RGB is 92 - color contains mainly: blue. Hex color #08305C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #08305C is #F7CFA3. Grayscale: #282828. Windows color (decimal): -16240548 or 6041608. OLE color: 6041608.

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

Color convert

RGB 8 48 92 -
CMYK 0.91 0.48 0 0.64
HSL 211.43º 0.84% 0.2% -
HSV(B) 211.43º 0.91% 0.36% -
XYZ 3.09 2.94 10.53 -
YUV 41.06 156.75 104.42 -
System Red Green Blue C M Y K H S L
Decimal 8 48 92 0.91 0.48 0 0.64 211.43 0.84 0.2
Hex 8 30 5C 5B 30 0 40 D3 54 14
Octal 10 60 134 133 60 0 100 323 124 24
Binary 1000 110000 1011100 1011011 110000 0 1000000 11010011 1010100 10100

Color Harmonies of #08305C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #08305C

Black with #08305C

Text Example


Text Example

White with #08305C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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