Html Css Color HEX #083A53 Prussian Blue

📋 copy color: '#083A53'

red 8 ◦ green 58 ◦ blue 83

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

Shades of Prussian Blue #083A53

Tints of Prussian Blue #083A53

RGB

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

 GREEN value IS 58 (23.05% from 255) = 38.93%

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

R = 5.37%
G = 38.93%
B = 55.7%

CMYK

 C value IS 0.90

 M value IS 0.30

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#083A53 (or 0x083A53) is known color: Prussian Blue. HEX triplet: 08, 3A and 53. RGB value is (8,58,83). Sum of RGB (Red+Green+Blue) = 8+58+83=149 (19% of max value = 765). Red value is 8 (3.52% from 255 or 5.37% from 149); Green value is 58 (23.05% from 255 or 38.93% from 149); Blue value is 83 (32.81% from 255 or 55.70% from 149); Max value from RGB is 83 - color contains mainly: blue. Hex color #083A53 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #083A53 is #F7C5AC. Grayscale: #2D2D2D. Windows color (decimal): -16237997 or 5454344. OLE color: 5454344.

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

Color convert

RGB 8 58 83 -
CMYK 0.90 0.30 0 0.67
HSL 200º 0.82% 0.18% -
HSV(B) 200º 0.9% 0.33% -
XYZ 3.17 3.7 8.73 -
YUV 45.9 148.94 100.97 -
System Red Green Blue C M Y K H S L
Decimal 8 58 83 0.90 0.30 0 0.67 200 0.82 0.18
Hex 8 3A 53 5A 1E 0 43 C8 52 12
Octal 10 72 123 132 36 0 103 310 122 22
Binary 1000 111010 1010011 1011010 11110 0 1000011 11001000 1010010 10010

Color Harmonies of #083A53

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #083A53

Black with #083A53

Text Example


Text Example

White with #083A53

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #083A53; }

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

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

background-color css

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

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

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

border-color css

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

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

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