Html Css Color HEX #083354 Prussian Blue

📋 copy color: '#083354'

red 8 ◦ green 51 ◦ blue 84

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

Shades of Prussian Blue #083354

Tints of Prussian Blue #083354

RGB

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

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

 BLUE value IS 84 (33.2% from 255) = 58.74%

R = 5.59%
G = 35.66%
B = 58.74%

CMYK

 C value IS 0.90

 M value IS 0.39

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#083354 (or 0x083354) is known color: Prussian Blue. HEX triplet: 08, 33 and 54. RGB value is (8,51,84). Sum of RGB (Red+Green+Blue) = 8+51+84=143 (18% of max value = 765). Red value is 8 (3.52% from 255 or 5.59% from 143); Green value is 51 (20.31% from 255 or 35.66% from 143); Blue value is 84 (33.20% from 255 or 58.74% from 143); Max value from RGB is 84 - color contains mainly: blue. Hex color #083354 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #083354 is #F7CCAB. Grayscale: #292929. Windows color (decimal): -16239788 or 5518088. OLE color: 5518088.

HSL color Cylindrical-coordinate representation of color #083354: hue angle of 206.05º degrees, saturation: 0.83, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #083354 is Cyan = 0.90, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB 8 51 84 -
CMYK 0.90 0.39 0 0.67
HSL 206.05º 0.83% 0.18% -
HSV(B) 206.05º 0.9% 0.33% -
XYZ 2.88 3.06 8.83 -
YUV 41.91 151.75 103.82 -
System Red Green Blue C M Y K H S L
Decimal 8 51 84 0.90 0.39 0 0.67 206.05 0.83 0.18
Hex 8 33 54 5A 27 0 43 CE 53 12
Octal 10 63 124 132 47 0 103 316 123 22
Binary 1000 110011 1010100 1011010 100111 0 1000011 11001110 1010011 10010

Color Harmonies of #083354

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #083354

Black with #083354

Text Example


Text Example

White with #083354

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #083354; }

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

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

background-color css

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

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

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

border-color css

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

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

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