Html Css Color HEX #083356 Prussian Blue

📋 copy color: '#083356'

red 8 ◦ green 51 ◦ blue 86

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

Shades of Prussian Blue #083356

Tints of Prussian Blue #083356

RGB

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

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

 BLUE value IS 86 (33.98% from 255) = 59.31%

R = 5.52%
G = 35.17%
B = 59.31%

CMYK

 C value IS 0.91

 M value IS 0.41

 Y value IS 0

 K value IS 0.66

RGB Variations

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

Color information

#083356 (or 0x083356) is known color: Prussian Blue. HEX triplet: 08, 33 and 56. RGB value is (8,51,86). Sum of RGB (Red+Green+Blue) = 8+51+86=145 (19% of max value = 765). Red value is 8 (3.52% from 255 or 5.52% from 145); Green value is 51 (20.31% from 255 or 35.17% from 145); Blue value is 86 (33.98% from 255 or 59.31% from 145); Max value from RGB is 86 - color contains mainly: blue. Hex color #083356 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #083356 is #F7CCA9. Grayscale: #292929. Windows color (decimal): -16239786 or 5649160. OLE color: 5649160.

HSL color Cylindrical-coordinate representation of color #083356: hue angle of 206.92º degrees, saturation: 0.83, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #083356 is Cyan = 0.91, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB 8 51 86 -
CMYK 0.91 0.41 0 0.66
HSL 206.92º 0.83% 0.18% -
HSV(B) 206.92º 0.91% 0.34% -
XYZ 2.96 3.09 9.24 -
YUV 42.13 152.75 103.65 -
System Red Green Blue C M Y K H S L
Decimal 8 51 86 0.91 0.41 0 0.66 206.92 0.83 0.18
Hex 8 33 56 5B 29 0 42 CF 53 12
Octal 10 63 126 133 51 0 102 317 123 22
Binary 1000 110011 1010110 1011011 101001 0 1000010 11001111 1010011 10010

Color Harmonies of #083356

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #083356

Black with #083356

Text Example


Text Example

White with #083356

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #083356; }

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

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

background-color css

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

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

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

border-color css

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

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

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