Html Css Color HEX #083E5B Prussian Blue

📋 copy color: '#083E5B'

red 8 ◦ green 62 ◦ blue 91

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

Shades of Prussian Blue #083E5B

Tints of Prussian Blue #083E5B

RGB

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

 GREEN value IS 62 (24.61% from 255) = 38.51%

 BLUE value IS 91 (35.94% from 255) = 56.52%

R = 4.97%
G = 38.51%
B = 56.52%

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

#083E5B (or 0x083E5B) is known color: Prussian Blue. HEX triplet: 08, 3E and 5B. RGB value is (8,62,91). Sum of RGB (Red+Green+Blue) = 8+62+91=161 (21% of max value = 765). Red value is 8 (3.52% from 255 or 4.97% from 161); Green value is 62 (24.61% from 255 or 38.51% from 161); Blue value is 91 (35.94% from 255 or 56.52% from 161); Max value from RGB is 91 - color contains mainly: blue. Hex color #083E5B is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #083E5B is #F7C1A4. Grayscale: #303030. Windows color (decimal): -16236965 or 5979656. OLE color: 5979656.

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

Color convert

RGB 8 62 91 -
CMYK 0.91 0.32 0 0.64
HSL 200.96º 0.84% 0.19% -
HSV(B) 200.96º 0.91% 0.36% -
XYZ 3.71 4.25 10.52 -
YUV 49.16 151.61 98.64 -
System Red Green Blue C M Y K H S L
Decimal 8 62 91 0.91 0.32 0 0.64 200.96 0.84 0.19
Hex 8 3E 5B 5B 20 0 40 C9 54 13
Octal 10 76 133 133 40 0 100 311 124 23
Binary 1000 111110 1011011 1011011 100000 0 1000000 11001001 1010100 10011

Color Harmonies of #083E5B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #083E5B

Black with #083E5B

Text Example


Text Example

White with #083E5B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(8,62,91); }

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

background-color css

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

 a { background-color: rgb(8,62,91); }

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

border-color css

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

 span { border-color: rgb(8,62,91); }

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