Html Css Color HEX #083B5B Prussian Blue

📋 copy color: '#083B5B'

red 8 ◦ green 59 ◦ blue 91

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

Shades of Prussian Blue #083B5B

Tints of Prussian Blue #083B5B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 57.59%

R = 5.06%
G = 37.34%
B = 57.59%

CMYK

 C value IS 0.91

 M value IS 0.35

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#083B5B (or 0x083B5B) is known color: Prussian Blue. HEX triplet: 08, 3B and 5B. RGB value is (8,59,91). Sum of RGB (Red+Green+Blue) = 8+59+91=158 (20% of max value = 765). Red value is 8 (3.52% from 255 or 5.06% from 158); Green value is 59 (23.44% from 255 or 37.34% from 158); Blue value is 91 (35.94% from 255 or 57.59% from 158); Max value from RGB is 91 - color contains mainly: blue. Hex color #083B5B is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #083B5B is #F7C4A4. Grayscale: #2F2F2F. Windows color (decimal): -16237733 or 5978888. OLE color: 5978888.

HSL color Cylindrical-coordinate representation of color #083B5B: hue angle of 203.13º degrees, saturation: 0.84, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #083B5B is Cyan = 0.91, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 8 59 91 -
CMYK 0.91 0.35 0 0.64
HSL 203.13º 0.84% 0.19% -
HSV(B) 203.13º 0.91% 0.36% -
XYZ 3.55 3.93 10.47 -
YUV 47.4 152.6 99.9 -
System Red Green Blue C M Y K H S L
Decimal 8 59 91 0.91 0.35 0 0.64 203.13 0.84 0.19
Hex 8 3B 5B 5B 23 0 40 CB 54 13
Octal 10 73 133 133 43 0 100 313 124 23
Binary 1000 111011 1011011 1011011 100011 0 1000000 11001011 1010100 10011

Color Harmonies of #083B5B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #083B5B

Black with #083B5B

Text Example


Text Example

White with #083B5B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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