Html Css Color HEX #083F5C Prussian Blue

📋 copy color: '#083F5C'

red 8 ◦ green 63 ◦ blue 92

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

Shades of Prussian Blue #083F5C

Tints of Prussian Blue #083F5C

RGB

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

 GREEN value IS 63 (25% from 255) = 38.65%

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

R = 4.91%
G = 38.65%
B = 56.44%

CMYK

 C value IS 0.91

 M value IS 0.32

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#083F5C (or 0x083F5C) is known color: Prussian Blue. HEX triplet: 08, 3F and 5C. RGB value is (8,63,92). Sum of RGB (Red+Green+Blue) = 8+63+92=163 (21% of max value = 765). Red value is 8 (3.52% from 255 or 4.91% from 163); Green value is 63 (25% from 255 or 38.65% from 163); Blue value is 92 (36.33% from 255 or 56.44% from 163); Max value from RGB is 92 - color contains mainly: blue. Hex color #083F5C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #083F5C is #F7C0A3. Grayscale: #313131. Windows color (decimal): -16236708 or 6045448. OLE color: 6045448.

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

Color convert

RGB 8 63 92 -
CMYK 0.91 0.32 0 0.64
HSL 200.71º 0.84% 0.2% -
HSV(B) 200.71º 0.91% 0.36% -
XYZ 3.81 4.38 10.77 -
YUV 49.86 151.78 98.14 -
System Red Green Blue C M Y K H S L
Decimal 8 63 92 0.91 0.32 0 0.64 200.71 0.84 0.2
Hex 8 3F 5C 5B 20 0 40 C9 54 14
Octal 10 77 134 133 40 0 100 311 124 24
Binary 1000 111111 1011100 1011011 100000 0 1000000 11001001 1010100 10100

Color Harmonies of #083F5C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #083F5C

Black with #083F5C

Text Example


Text Example

White with #083F5C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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