Html Css Color HEX #083E5F Prussian Blue

📋 copy color: '#083E5F'

red 8 ◦ green 62 ◦ blue 95

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

Shades of Prussian Blue #083E5F

Tints of Prussian Blue #083E5F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 57.58%

R = 4.85%
G = 37.58%
B = 57.58%

CMYK

 C value IS 0.92

 M value IS 0.35

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#083E5F (or 0x083E5F) is known color: Prussian Blue. HEX triplet: 08, 3E and 5F. RGB value is (8,62,95). Sum of RGB (Red+Green+Blue) = 8+62+95=165 (21% of max value = 765). Red value is 8 (3.52% from 255 or 4.85% from 165); Green value is 62 (24.61% from 255 or 37.58% from 165); Blue value is 95 (37.5% from 255 or 57.58% from 165); Max value from RGB is 95 - color contains mainly: blue. Hex color #083E5F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #083E5F is #F7C1A0. Grayscale: #313131. Windows color (decimal): -16236961 or 6241800. OLE color: 6241800.

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

Color convert

RGB 8 62 95 -
CMYK 0.92 0.35 0 0.63
HSL 202.76º 0.84% 0.2% -
HSV(B) 202.76º 0.92% 0.37% -
XYZ 3.89 4.32 11.46 -
YUV 49.62 153.61 98.32 -
System Red Green Blue C M Y K H S L
Decimal 8 62 95 0.92 0.35 0 0.63 202.76 0.84 0.2
Hex 8 3E 5F 5C 23 0 3F CB 54 14
Octal 10 76 137 134 43 0 77 313 124 24
Binary 1000 111110 1011111 1011100 100011 0 111111 11001011 1010100 10100

Color Harmonies of #083E5F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #083E5F

Black with #083E5F

Text Example


Text Example

White with #083E5F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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