Html Css Color HEX #083373 Prussian Blue

📋 copy color: '#083373'

red 8 ◦ green 51 ◦ blue 115

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

Shades of Prussian Blue #083373

Tints of Prussian Blue #083373

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 66.09%

R = 4.6%
G = 29.31%
B = 66.09%

CMYK

 C value IS 0.93

 M value IS 0.56

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#083373 (or 0x083373) is known color: Prussian Blue. HEX triplet: 08, 33 and 73. RGB value is (8,51,115). Sum of RGB (Red+Green+Blue) = 8+51+115=174 (23% of max value = 765). Red value is 8 (3.52% from 255 or 4.60% from 174); Green value is 51 (20.31% from 255 or 29.31% from 174); Blue value is 115 (45.31% from 255 or 66.09% from 174); Max value from RGB is 115 - color contains mainly: blue. Hex color #083373 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #083373 is #F7CC8C. Grayscale: #2D2D2D. Windows color (decimal): -16239757 or 7549704. OLE color: 7549704.

HSL color Cylindrical-coordinate representation of color #083373: hue angle of 215.89º degrees, saturation: 0.87, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #083373 is Cyan = 0.93, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 8 51 115 -
CMYK 0.93 0.56 0 0.55
HSL 215.89º 0.87% 0.24% -
HSV(B) 215.89º 0.93% 0.45% -
XYZ 4.38 3.66 16.69 -
YUV 45.44 167.25 101.3 -
System Red Green Blue C M Y K H S L
Decimal 8 51 115 0.93 0.56 0 0.55 215.89 0.87 0.24
Hex 8 33 73 5D 38 0 37 D8 57 18
Octal 10 63 163 135 70 0 67 330 127 30
Binary 1000 110011 1110011 1011101 111000 0 110111 11011000 1010111 11000

Color Harmonies of #083373

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #083373

Black with #083373

Text Example


Text Example

White with #083373

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #083373; }

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

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

background-color css

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

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

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

border-color css

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

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

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