Html Css Color HEX #083E5E Prussian Blue

📋 copy color: '#083E5E'

red 8 ◦ green 62 ◦ blue 94

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

Shades of Prussian Blue #083E5E

Tints of Prussian Blue #083E5E

RGB

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

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

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

R = 4.88%
G = 37.8%
B = 57.32%

CMYK

 C value IS 0.91

 M value IS 0.34

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#083E5E (or 0x083E5E) is known color: Prussian Blue. HEX triplet: 08, 3E and 5E. RGB value is (8,62,94). Sum of RGB (Red+Green+Blue) = 8+62+94=164 (21% of max value = 765). Red value is 8 (3.52% from 255 or 4.88% from 164); Green value is 62 (24.61% from 255 or 37.80% from 164); Blue value is 94 (37.11% from 255 or 57.32% from 164); Max value from RGB is 94 - color contains mainly: blue. Hex color #083E5E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #083E5E is #F7C1A1. Grayscale: #313131. Windows color (decimal): -16236962 or 6176264. OLE color: 6176264.

HSL color Cylindrical-coordinate representation of color #083E5E: hue angle of 202.33º 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 #083E5E is Cyan = 0.91, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB 8 62 94 -
CMYK 0.91 0.34 0 0.63
HSL 202.33º 0.84% 0.2% -
HSV(B) 202.33º 0.91% 0.37% -
XYZ 3.84 4.31 11.22 -
YUV 49.5 153.11 98.4 -
System Red Green Blue C M Y K H S L
Decimal 8 62 94 0.91 0.34 0 0.63 202.33 0.84 0.2
Hex 8 3E 5E 5B 22 0 3F CA 54 14
Octal 10 76 136 133 42 0 77 312 124 24
Binary 1000 111110 1011110 1011011 100010 0 111111 11001010 1010100 10100

Color Harmonies of #083E5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #083E5E

Black with #083E5E

Text Example


Text Example

White with #083E5E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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