Html Css Color HEX #083452 Prussian Blue

📋 copy color: '#083452'

red 8 ◦ green 52 ◦ blue 82

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

Shades of Prussian Blue #083452

Tints of Prussian Blue #083452

RGB

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

 GREEN value IS 52 (20.7% from 255) = 36.62%

 BLUE value IS 82 (32.42% from 255) = 57.75%

R = 5.63%
G = 36.62%
B = 57.75%

CMYK

 C value IS 0.90

 M value IS 0.37

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#083452 (or 0x083452) is known color: Prussian Blue. HEX triplet: 08, 34 and 52. RGB value is (8,52,82). Sum of RGB (Red+Green+Blue) = 8+52+82=142 (18% of max value = 765). Red value is 8 (3.52% from 255 or 5.63% from 142); Green value is 52 (20.70% from 255 or 36.62% from 142); Blue value is 82 (32.42% from 255 or 57.75% from 142); Max value from RGB is 82 - color contains mainly: blue. Hex color #083452 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #083452 is #F7CBAD. Grayscale: #2A2A2A. Windows color (decimal): -16239534 or 5387272. OLE color: 5387272.

HSL color Cylindrical-coordinate representation of color #083452: hue angle of 204.32º degrees, saturation: 0.82, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #083452 is Cyan = 0.90, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB 8 52 82 -
CMYK 0.90 0.37 0 0.68
HSL 204.32º 0.82% 0.18% -
HSV(B) 204.32º 0.9% 0.32% -
XYZ 2.85 3.12 8.43 -
YUV 42.26 150.42 103.56 -
System Red Green Blue C M Y K H S L
Decimal 8 52 82 0.90 0.37 0 0.68 204.32 0.82 0.18
Hex 8 34 52 5A 25 0 44 CC 52 12
Octal 10 64 122 132 45 0 104 314 122 22
Binary 1000 110100 1010010 1011010 100101 0 1000100 11001100 1010010 10010

Color Harmonies of #083452

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #083452

Black with #083452

Text Example


Text Example

White with #083452

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #083452; }

 p { color: rgb(8,52,82); }

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

background-color css

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

 a { background-color: rgb(8,52,82); }

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

border-color css

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

 span { border-color: rgb(8,52,82); }

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