Html Css Color HEX #08335E Prussian Blue

📋 copy color: '#08335E'

red 8 ◦ green 51 ◦ blue 94

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

Shades of Prussian Blue #08335E

Tints of Prussian Blue #08335E

RGB

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

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

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

R = 5.23%
G = 33.33%
B = 61.44%

CMYK

 C value IS 0.91

 M value IS 0.46

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#08335E (or 0x08335E) is known color: Prussian Blue. HEX triplet: 08, 33 and 5E. RGB value is (8,51,94). Sum of RGB (Red+Green+Blue) = 8+51+94=153 (20% of max value = 765). Red value is 8 (3.52% from 255 or 5.23% from 153); Green value is 51 (20.31% from 255 or 33.33% from 153); Blue value is 94 (37.11% from 255 or 61.44% from 153); Max value from RGB is 94 - color contains mainly: blue. Hex color #08335E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #08335E is #F7CCA1. Grayscale: #2A2A2A. Windows color (decimal): -16239778 or 6173448. OLE color: 6173448.

HSL color Cylindrical-coordinate representation of color #08335E: hue angle of 210º 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 #08335E is Cyan = 0.91, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB 8 51 94 -
CMYK 0.91 0.46 0 0.63
HSL 210º 0.84% 0.2% -
HSV(B) 210º 0.91% 0.37% -
XYZ 3.3 3.23 11.04 -
YUV 43.05 156.75 103 -
System Red Green Blue C M Y K H S L
Decimal 8 51 94 0.91 0.46 0 0.63 210 0.84 0.2
Hex 8 33 5E 5B 2E 0 3F D2 54 14
Octal 10 63 136 133 56 0 77 322 124 24
Binary 1000 110011 1011110 1011011 101110 0 111111 11010010 1010100 10100

Color Harmonies of #08335E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #08335E

Black with #08335E

Text Example


Text Example

White with #08335E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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