Html Css Color HEX #08336B Prussian Blue

📋 copy color: '#08336B'

red 8 ◦ green 51 ◦ blue 107

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

Shades of Prussian Blue #08336B

Tints of Prussian Blue #08336B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 64.46%

R = 4.82%
G = 30.72%
B = 64.46%

CMYK

 C value IS 0.93

 M value IS 0.52

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#08336B (or 0x08336B) is known color: Prussian Blue. HEX triplet: 08, 33 and 6B. RGB value is (8,51,107). Sum of RGB (Red+Green+Blue) = 8+51+107=166 (21% of max value = 765). Red value is 8 (3.52% from 255 or 4.82% from 166); Green value is 51 (20.31% from 255 or 30.72% from 166); Blue value is 107 (42.19% from 255 or 64.46% from 166); Max value from RGB is 107 - color contains mainly: blue. Hex color #08336B is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #08336B is #F7CC94. Grayscale: #2C2C2C. Windows color (decimal): -16239765 or 7025416. OLE color: 7025416.

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

Color convert

RGB 8 51 107 -
CMYK 0.93 0.52 0 0.58
HSL 213.94º 0.86% 0.23% -
HSV(B) 213.94º 0.93% 0.42% -
XYZ 3.94 3.48 14.37 -
YUV 44.53 163.25 101.95 -
System Red Green Blue C M Y K H S L
Decimal 8 51 107 0.93 0.52 0 0.58 213.94 0.86 0.23
Hex 8 33 6B 5D 34 0 3A D6 56 17
Octal 10 63 153 135 64 0 72 326 126 27
Binary 1000 110011 1101011 1011101 110100 0 111010 11010110 1010110 10111

Color Harmonies of #08336B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #08336B

Black with #08336B

Text Example


Text Example

White with #08336B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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