Html Css Color HEX #083D5E Prussian Blue

📋 copy color: '#083D5E'

red 8 ◦ green 61 ◦ blue 94

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

Shades of Prussian Blue #083D5E

Tints of Prussian Blue #083D5E

RGB

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

 GREEN value IS 61 (24.22% from 255) = 37.42%

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

R = 4.91%
G = 37.42%
B = 57.67%

CMYK

 C value IS 0.91

 M value IS 0.35

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#083D5E (or 0x083D5E) is known color: Prussian Blue. HEX triplet: 08, 3D and 5E. RGB value is (8,61,94). Sum of RGB (Red+Green+Blue) = 8+61+94=163 (21% of max value = 765). Red value is 8 (3.52% from 255 or 4.91% from 163); Green value is 61 (24.22% from 255 or 37.42% from 163); Blue value is 94 (37.11% from 255 or 57.67% from 163); Max value from RGB is 94 - color contains mainly: blue. Hex color #083D5E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #083D5E is #F7C2A1. Grayscale: #303030. Windows color (decimal): -16237218 or 6176008. OLE color: 6176008.

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

Color convert

RGB 8 61 94 -
CMYK 0.91 0.35 0 0.63
HSL 203.02º 0.84% 0.2% -
HSV(B) 203.02º 0.91% 0.37% -
XYZ 3.79 4.2 11.2 -
YUV 48.92 153.44 98.82 -
System Red Green Blue C M Y K H S L
Decimal 8 61 94 0.91 0.35 0 0.63 203.02 0.84 0.2
Hex 8 3D 5E 5B 23 0 3F CB 54 14
Octal 10 75 136 133 43 0 77 313 124 24
Binary 1000 111101 1011110 1011011 100011 0 111111 11001011 1010100 10100

Color Harmonies of #083D5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #083D5E

Black with #083D5E

Text Example


Text Example

White with #083D5E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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