Html Css Color HEX #083B5E Prussian Blue

📋 copy color: '#083B5E'

red 8 ◦ green 59 ◦ blue 94

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

Shades of Prussian Blue #083B5E

Tints of Prussian Blue #083B5E

RGB

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

 GREEN value IS 59 (23.44% from 255) = 36.65%

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

R = 4.97%
G = 36.65%
B = 58.39%

CMYK

 C value IS 0.91

 M value IS 0.37

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#083B5E (or 0x083B5E) is known color: Prussian Blue. HEX triplet: 08, 3B and 5E. RGB value is (8,59,94). Sum of RGB (Red+Green+Blue) = 8+59+94=161 (21% of max value = 765). Red value is 8 (3.52% from 255 or 4.97% from 161); Green value is 59 (23.44% from 255 or 36.65% from 161); Blue value is 94 (37.11% from 255 or 58.39% from 161); Max value from RGB is 94 - color contains mainly: blue. Hex color #083B5E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #083B5E is #F7C4A1. Grayscale: #2F2F2F. Windows color (decimal): -16237730 or 6175496. OLE color: 6175496.

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

Color convert

RGB 8 59 94 -
CMYK 0.91 0.37 0 0.63
HSL 204.42º 0.84% 0.2% -
HSV(B) 204.42º 0.91% 0.37% -
XYZ 3.68 3.99 11.17 -
YUV 47.74 154.1 99.65 -
System Red Green Blue C M Y K H S L
Decimal 8 59 94 0.91 0.37 0 0.63 204.42 0.84 0.2
Hex 8 3B 5E 5B 25 0 3F CC 54 14
Octal 10 73 136 133 45 0 77 314 124 24
Binary 1000 111011 1011110 1011011 100101 0 111111 11001100 1010100 10100

Color Harmonies of #083B5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #083B5E

Black with #083B5E

Text Example


Text Example

White with #083B5E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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