Html Css Color HEX #08335F Prussian Blue

📋 copy color: '#08335F'

red 8 ◦ green 51 ◦ blue 95

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

Shades of Prussian Blue #08335F

Tints of Prussian Blue #08335F

RGB

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

 GREEN value IS 51 (20.31% from 255) = 33.12%

 BLUE value IS 95 (37.5% from 255) = 61.69%

R = 5.19%
G = 33.12%
B = 61.69%

CMYK

 C value IS 0.92

 M value IS 0.46

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#08335F (or 0x08335F) is known color: Prussian Blue. HEX triplet: 08, 33 and 5F. RGB value is (8,51,95). Sum of RGB (Red+Green+Blue) = 8+51+95=154 (20% of max value = 765). Red value is 8 (3.52% from 255 or 5.19% from 154); Green value is 51 (20.31% from 255 or 33.12% from 154); Blue value is 95 (37.5% from 255 or 61.69% from 154); Max value from RGB is 95 - color contains mainly: blue. Hex color #08335F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #08335F is #F7CCA0. Grayscale: #2A2A2A. Windows color (decimal): -16239777 or 6238984. OLE color: 6238984.

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

Color convert

RGB 8 51 95 -
CMYK 0.92 0.46 0 0.63
HSL 210.34º 0.84% 0.2% -
HSV(B) 210.34º 0.92% 0.37% -
XYZ 3.35 3.25 11.28 -
YUV 43.16 157.25 102.92 -
System Red Green Blue C M Y K H S L
Decimal 8 51 95 0.92 0.46 0 0.63 210.34 0.84 0.2
Hex 8 33 5F 5C 2E 0 3F D2 54 14
Octal 10 63 137 134 56 0 77 322 124 24
Binary 1000 110011 1011111 1011100 101110 0 111111 11010010 1010100 10100

Color Harmonies of #08335F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #08335F

Black with #08335F

Text Example


Text Example

White with #08335F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #08335F; }

 p { color: rgb(8,51,95); }

 H1.HeaderClassName
 {
   color: #08335F;
 }
 .AnyTagClassName
 {
   color: #08335F;
 }
</style>

background-color css

<style>
 a { background-color: #08335F; }

 a { background-color: rgb(8,51,95); }

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

border-color css

<style>
 span { border-color: #08335F; }

 span { border-color: rgb(8,51,95); }

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