Html Css Color HEX #083F5A Prussian Blue

📋 copy color: '#083F5A'

red 8 ◦ green 63 ◦ blue 90

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

Shades of Prussian Blue #083F5A

Tints of Prussian Blue #083F5A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 55.9%

R = 4.97%
G = 39.13%
B = 55.9%

CMYK

 C value IS 0.91

 M value IS 0.30

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#083F5A (or 0x083F5A) is known color: Prussian Blue. HEX triplet: 08, 3F and 5A. RGB value is (8,63,90). Sum of RGB (Red+Green+Blue) = 8+63+90=161 (21% of max value = 765). Red value is 8 (3.52% from 255 or 4.97% from 161); Green value is 63 (25% from 255 or 39.13% from 161); Blue value is 90 (35.55% from 255 or 55.90% from 161); Max value from RGB is 90 - color contains mainly: blue. Hex color #083F5A is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #083F5A is #F7C0A5. Grayscale: #313131. Windows color (decimal): -16236710 or 5914376. OLE color: 5914376.

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

Color convert

RGB 8 63 90 -
CMYK 0.91 0.30 0 0.65
HSL 199.76º 0.84% 0.19% -
HSV(B) 199.76º 0.91% 0.35% -
XYZ 3.72 4.34 10.32 -
YUV 49.63 150.78 98.3 -
System Red Green Blue C M Y K H S L
Decimal 8 63 90 0.91 0.30 0 0.65 199.76 0.84 0.19
Hex 8 3F 5A 5B 1E 0 41 C8 54 13
Octal 10 77 132 133 36 0 101 310 124 23
Binary 1000 111111 1011010 1011011 11110 0 1000001 11001000 1010100 10011

Color Harmonies of #083F5A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #083F5A

Black with #083F5A

Text Example


Text Example

White with #083F5A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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