Html Css Color HEX #083F5E Prussian Blue

📋 copy color: '#083F5E'

red 8 ◦ green 63 ◦ blue 94

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

Shades of Prussian Blue #083F5E

Tints of Prussian Blue #083F5E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 56.97%

R = 4.85%
G = 38.18%
B = 56.97%

CMYK

 C value IS 0.91

 M value IS 0.33

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#083F5E (or 0x083F5E) is known color: Prussian Blue. HEX triplet: 08, 3F and 5E. RGB value is (8,63,94). Sum of RGB (Red+Green+Blue) = 8+63+94=165 (21% of max value = 765). Red value is 8 (3.52% from 255 or 4.85% from 165); Green value is 63 (25% from 255 or 38.18% from 165); Blue value is 94 (37.11% from 255 or 56.97% from 165); Max value from RGB is 94 - color contains mainly: blue. Hex color #083F5E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #083F5E is #F7C0A1. Grayscale: #313131. Windows color (decimal): -16236706 or 6176520. OLE color: 6176520.

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

Color convert

RGB 8 63 94 -
CMYK 0.91 0.33 0 0.63
HSL 201.63º 0.84% 0.2% -
HSV(B) 201.63º 0.91% 0.37% -
XYZ 3.9 4.41 11.24 -
YUV 50.09 152.78 97.98 -
System Red Green Blue C M Y K H S L
Decimal 8 63 94 0.91 0.33 0 0.63 201.63 0.84 0.2
Hex 8 3F 5E 5B 21 0 3F CA 54 14
Octal 10 77 136 133 41 0 77 312 124 24
Binary 1000 111111 1011110 1011011 100001 0 111111 11001010 1010100 10100

Color Harmonies of #083F5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #083F5E

Black with #083F5E

Text Example


Text Example

White with #083F5E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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