Html Css Color HEX #08335C Prussian Blue

📋 copy color: '#08335C'

red 8 ◦ green 51 ◦ blue 92

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

Shades of Prussian Blue #08335C

Tints of Prussian Blue #08335C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 60.93%

R = 5.3%
G = 33.77%
B = 60.93%

CMYK

 C value IS 0.91

 M value IS 0.45

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#08335C (or 0x08335C) is known color: Prussian Blue. HEX triplet: 08, 33 and 5C. RGB value is (8,51,92). Sum of RGB (Red+Green+Blue) = 8+51+92=151 (20% of max value = 765). Red value is 8 (3.52% from 255 or 5.30% from 151); Green value is 51 (20.31% from 255 or 33.77% from 151); Blue value is 92 (36.33% from 255 or 60.93% from 151); Max value from RGB is 92 - color contains mainly: blue. Hex color #08335C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #08335C is #F7CCA3. Grayscale: #2A2A2A. Windows color (decimal): -16239780 or 6042376. OLE color: 6042376.

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

Color convert

RGB 8 51 92 -
CMYK 0.91 0.45 0 0.64
HSL 209.29º 0.84% 0.2% -
HSV(B) 209.29º 0.91% 0.36% -
XYZ 3.22 3.19 10.57 -
YUV 42.82 155.75 103.17 -
System Red Green Blue C M Y K H S L
Decimal 8 51 92 0.91 0.45 0 0.64 209.29 0.84 0.2
Hex 8 33 5C 5B 2D 0 40 D1 54 14
Octal 10 63 134 133 55 0 100 321 124 24
Binary 1000 110011 1011100 1011011 101101 0 1000000 11010001 1010100 10100

Color Harmonies of #08335C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #08335C

Black with #08335C

Text Example


Text Example

White with #08335C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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