Html Css Color HEX #08365B Prussian Blue

📋 copy color: '#08365B'

red 8 ◦ green 54 ◦ blue 91

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

Shades of Prussian Blue #08365B

Tints of Prussian Blue #08365B

RGB

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

 GREEN value IS 54 (21.48% from 255) = 35.29%

 BLUE value IS 91 (35.94% from 255) = 59.48%

R = 5.23%
G = 35.29%
B = 59.48%

CMYK

 C value IS 0.91

 M value IS 0.41

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#08365B (or 0x08365B) is known color: Prussian Blue. HEX triplet: 08, 36 and 5B. RGB value is (8,54,91). Sum of RGB (Red+Green+Blue) = 8+54+91=153 (20% of max value = 765). Red value is 8 (3.52% from 255 or 5.23% from 153); Green value is 54 (21.48% from 255 or 35.29% from 153); Blue value is 91 (35.94% from 255 or 59.48% from 153); Max value from RGB is 91 - color contains mainly: blue. Hex color #08365B is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #08365B is #F7C9A4. Grayscale: #2C2C2C. Windows color (decimal): -16239013 or 5977608. OLE color: 5977608.

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

Color convert

RGB 8 54 91 -
CMYK 0.91 0.41 0 0.64
HSL 206.75º 0.84% 0.19% -
HSV(B) 206.75º 0.91% 0.36% -
XYZ 3.31 3.45 10.39 -
YUV 44.46 154.26 101.99 -
System Red Green Blue C M Y K H S L
Decimal 8 54 91 0.91 0.41 0 0.64 206.75 0.84 0.19
Hex 8 36 5B 5B 29 0 40 CF 54 13
Octal 10 66 133 133 51 0 100 317 124 23
Binary 1000 110110 1011011 1011011 101001 0 1000000 11001111 1010100 10011

Color Harmonies of #08365B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #08365B

Black with #08365B

Text Example


Text Example

White with #08365B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(8,54,91); }

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

background-color css

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

 a { background-color: rgb(8,54,91); }

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

border-color css

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

 span { border-color: rgb(8,54,91); }

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