Html Css Color HEX #083953 Prussian Blue

📋 copy color: '#083953'

red 8 ◦ green 57 ◦ blue 83

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

Shades of Prussian Blue #083953

Tints of Prussian Blue #083953

RGB

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

 GREEN value IS 57 (22.66% from 255) = 38.51%

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

R = 5.41%
G = 38.51%
B = 56.08%

CMYK

 C value IS 0.90

 M value IS 0.31

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#083953 (or 0x083953) is known color: Prussian Blue. HEX triplet: 08, 39 and 53. RGB value is (8,57,83). Sum of RGB (Red+Green+Blue) = 8+57+83=148 (19% of max value = 765). Red value is 8 (3.52% from 255 or 5.41% from 148); Green value is 57 (22.66% from 255 or 38.51% from 148); Blue value is 83 (32.81% from 255 or 56.08% from 148); Max value from RGB is 83 - color contains mainly: blue. Hex color #083953 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #083953 is #F7C6AC. Grayscale: #2D2D2D. Windows color (decimal): -16238253 or 5454088. OLE color: 5454088.

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

Color convert

RGB 8 57 83 -
CMYK 0.90 0.31 0 0.67
HSL 200.8º 0.82% 0.18% -
HSV(B) 200.8º 0.9% 0.33% -
XYZ 3.12 3.6 8.71 -
YUV 45.31 149.27 101.39 -
System Red Green Blue C M Y K H S L
Decimal 8 57 83 0.90 0.31 0 0.67 200.8 0.82 0.18
Hex 8 39 53 5A 1F 0 43 C9 52 12
Octal 10 71 123 132 37 0 103 311 122 22
Binary 1000 111001 1010011 1011010 11111 0 1000011 11001001 1010010 10010

Color Harmonies of #083953

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #083953

Black with #083953

Text Example


Text Example

White with #083953

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #083953; }

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

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

background-color css

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

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

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

border-color css

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

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

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