Html Css Color HEX #083B5C Prussian Blue

📋 copy color: '#083B5C'

red 8 ◦ green 59 ◦ blue 92

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

Shades of Prussian Blue #083B5C

Tints of Prussian Blue #083B5C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 57.86%

R = 5.03%
G = 37.11%
B = 57.86%

CMYK

 C value IS 0.91

 M value IS 0.36

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#083B5C (or 0x083B5C) is known color: Prussian Blue. HEX triplet: 08, 3B and 5C. RGB value is (8,59,92). Sum of RGB (Red+Green+Blue) = 8+59+92=159 (21% of max value = 765). Red value is 8 (3.52% from 255 or 5.03% from 159); Green value is 59 (23.44% from 255 or 37.11% from 159); Blue value is 92 (36.33% from 255 or 57.86% from 159); Max value from RGB is 92 - color contains mainly: blue. Hex color #083B5C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #083B5C is #F7C4A3. Grayscale: #2F2F2F. Windows color (decimal): -16237732 or 6044424. OLE color: 6044424.

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

Color convert

RGB 8 59 92 -
CMYK 0.91 0.36 0 0.64
HSL 203.57º 0.84% 0.2% -
HSV(B) 203.57º 0.91% 0.36% -
XYZ 3.6 3.95 10.7 -
YUV 47.51 153.1 99.82 -
System Red Green Blue C M Y K H S L
Decimal 8 59 92 0.91 0.36 0 0.64 203.57 0.84 0.2
Hex 8 3B 5C 5B 24 0 40 CC 54 14
Octal 10 73 134 133 44 0 100 314 124 24
Binary 1000 111011 1011100 1011011 100100 0 1000000 11001100 1010100 10100

Color Harmonies of #083B5C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #083B5C

Black with #083B5C

Text Example


Text Example

White with #083B5C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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