Html Css Color HEX #083853 Prussian Blue

📋 copy color: '#083853'

red 8 ◦ green 56 ◦ blue 83

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

Shades of Prussian Blue #083853

Tints of Prussian Blue #083853

RGB

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

 GREEN value IS 56 (22.27% from 255) = 38.1%

 BLUE value IS 83 (32.81% from 255) = 56.46%

R = 5.44%
G = 38.1%
B = 56.46%

CMYK

 C value IS 0.90

 M value IS 0.33

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#083853 (or 0x083853) is known color: Prussian Blue. HEX triplet: 08, 38 and 53. RGB value is (8,56,83). Sum of RGB (Red+Green+Blue) = 8+56+83=147 (19% of max value = 765). Red value is 8 (3.52% from 255 or 5.44% from 147); Green value is 56 (22.27% from 255 or 38.10% from 147); Blue value is 83 (32.81% from 255 or 56.46% from 147); Max value from RGB is 83 - color contains mainly: blue. Hex color #083853 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #083853 is #F7C7AC. Grayscale: #2C2C2C. Windows color (decimal): -16238509 or 5453832. OLE color: 5453832.

HSL color Cylindrical-coordinate representation of color #083853: hue angle of 201.6º degrees, saturation: 0.82, 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 #083853 is Cyan = 0.90, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB 8 56 83 -
CMYK 0.90 0.33 0 0.67
HSL 201.6º 0.82% 0.18% -
HSV(B) 201.6º 0.9% 0.33% -
XYZ 3.08 3.5 8.7 -
YUV 44.73 149.6 101.8 -
System Red Green Blue C M Y K H S L
Decimal 8 56 83 0.90 0.33 0 0.67 201.6 0.82 0.18
Hex 8 38 53 5A 21 0 43 CA 52 12
Octal 10 70 123 132 41 0 103 312 122 22
Binary 1000 111000 1010011 1011010 100001 0 1000011 11001010 1010010 10010

Color Harmonies of #083853

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #083853

Black with #083853

Text Example


Text Example

White with #083853

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #083853; }

 p { color: rgb(8,56,83); }

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

background-color css

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

 a { background-color: rgb(8,56,83); }

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

border-color css

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

 span { border-color: rgb(8,56,83); }

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