Html Css Color HEX #083B57 Prussian Blue

📋 copy color: '#083B57'

red 8 ◦ green 59 ◦ blue 87

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

Shades of Prussian Blue #083B57

Tints of Prussian Blue #083B57

RGB

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

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

 BLUE value IS 87 (34.38% from 255) = 56.49%

R = 5.19%
G = 38.31%
B = 56.49%

CMYK

 C value IS 0.91

 M value IS 0.32

 Y value IS 0

 K value IS 0.66

RGB Variations

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

Color information

#083B57 (or 0x083B57) is known color: Prussian Blue. HEX triplet: 08, 3B and 57. RGB value is (8,59,87). Sum of RGB (Red+Green+Blue) = 8+59+87=154 (20% of max value = 765). Red value is 8 (3.52% from 255 or 5.19% from 154); Green value is 59 (23.44% from 255 or 38.31% from 154); Blue value is 87 (34.38% from 255 or 56.49% from 154); Max value from RGB is 87 - color contains mainly: blue. Hex color #083B57 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #083B57 is #F7C4A8. Grayscale: #2E2E2E. Windows color (decimal): -16237737 or 5716744. OLE color: 5716744.

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

Color convert

RGB 8 59 87 -
CMYK 0.91 0.32 0 0.66
HSL 201.27º 0.83% 0.19% -
HSV(B) 201.27º 0.91% 0.34% -
XYZ 3.38 3.87 9.58 -
YUV 46.94 150.6 100.22 -
System Red Green Blue C M Y K H S L
Decimal 8 59 87 0.91 0.32 0 0.66 201.27 0.83 0.19
Hex 8 3B 57 5B 20 0 42 C9 53 13
Octal 10 73 127 133 40 0 102 311 123 23
Binary 1000 111011 1010111 1011011 100000 0 1000010 11001001 1010011 10011

Color Harmonies of #083B57

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #083B57

Black with #083B57

Text Example


Text Example

White with #083B57

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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