Html Css Color HEX #08336A Prussian Blue

📋 copy color: '#08336A'

red 8 ◦ green 51 ◦ blue 106

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

Shades of Prussian Blue #08336A

Tints of Prussian Blue #08336A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 64.24%

R = 4.85%
G = 30.91%
B = 64.24%

CMYK

 C value IS 0.92

 M value IS 0.52

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#08336A (or 0x08336A) is known color: Prussian Blue. HEX triplet: 08, 33 and 6A. RGB value is (8,51,106). Sum of RGB (Red+Green+Blue) = 8+51+106=165 (21% of max value = 765). Red value is 8 (3.52% from 255 or 4.85% from 165); Green value is 51 (20.31% from 255 or 30.91% from 165); Blue value is 106 (41.80% from 255 or 64.24% from 165); Max value from RGB is 106 - color contains mainly: blue. Hex color #08336A is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #08336A is #F7CC95. Grayscale: #2C2C2C. Windows color (decimal): -16239766 or 6959880. OLE color: 6959880.

HSL color Cylindrical-coordinate representation of color #08336A: hue angle of 213.67º degrees, saturation: 0.86, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #08336A is Cyan = 0.92, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 8 51 106 -
CMYK 0.92 0.52 0 0.58
HSL 213.67º 0.86% 0.22% -
HSV(B) 213.67º 0.92% 0.42% -
XYZ 3.89 3.46 14.1 -
YUV 44.41 162.75 102.03 -
System Red Green Blue C M Y K H S L
Decimal 8 51 106 0.92 0.52 0 0.58 213.67 0.86 0.22
Hex 8 33 6A 5C 34 0 3A D6 56 16
Octal 10 63 152 134 64 0 72 326 126 26
Binary 1000 110011 1101010 1011100 110100 0 111010 11010110 1010110 10110

Color Harmonies of #08336A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #08336A

Black with #08336A

Text Example


Text Example

White with #08336A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #08336A; }

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

 H1.HeaderClassName
 {
   color: #08336A;
 }
 .AnyTagClassName
 {
   color: #08336A;
 }
</style>

background-color css

<style>
 a { background-color: #08336A; }

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

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

border-color css

<style>
 span { border-color: #08336A; }

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

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