Html Css Color HEX #083F5D Prussian Blue

📋 copy color: '#083F5D'

red 8 ◦ green 63 ◦ blue 93

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

Shades of Prussian Blue #083F5D

Tints of Prussian Blue #083F5D

RGB

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

 GREEN value IS 63 (25% from 255) = 38.41%

 BLUE value IS 93 (36.72% from 255) = 56.71%

R = 4.88%
G = 38.41%
B = 56.71%

CMYK

 C value IS 0.91

 M value IS 0.32

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#083F5D (or 0x083F5D) is known color: Prussian Blue. HEX triplet: 08, 3F and 5D. RGB value is (8,63,93). Sum of RGB (Red+Green+Blue) = 8+63+93=164 (21% of max value = 765). Red value is 8 (3.52% from 255 or 4.88% from 164); Green value is 63 (25% from 255 or 38.41% from 164); Blue value is 93 (36.72% from 255 or 56.71% from 164); Max value from RGB is 93 - color contains mainly: blue. Hex color #083F5D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #083F5D is #F7C0A2. Grayscale: #313131. Windows color (decimal): -16236707 or 6110984. OLE color: 6110984.

HSL color Cylindrical-coordinate representation of color #083F5D: hue angle of 201.18º degrees, saturation: 0.84, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #083F5D is Cyan = 0.91, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 8 63 93 -
CMYK 0.91 0.32 0 0.64
HSL 201.18º 0.84% 0.2% -
HSV(B) 201.18º 0.91% 0.36% -
XYZ 3.85 4.4 11 -
YUV 49.98 152.28 98.06 -
System Red Green Blue C M Y K H S L
Decimal 8 63 93 0.91 0.32 0 0.64 201.18 0.84 0.2
Hex 8 3F 5D 5B 20 0 40 C9 54 14
Octal 10 77 135 133 40 0 100 311 124 24
Binary 1000 111111 1011101 1011011 100000 0 1000000 11001001 1010100 10100

Color Harmonies of #083F5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #083F5D

Black with #083F5D

Text Example


Text Example

White with #083F5D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(8,63,93); }

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

background-color css

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

 a { background-color: rgb(8,63,93); }

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

border-color css

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

 span { border-color: rgb(8,63,93); }

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