Html Css Color HEX #083C59 Prussian Blue

📋 copy color: '#083C59'

red 8 ◦ green 60 ◦ blue 89

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

Shades of Prussian Blue #083C59

Tints of Prussian Blue #083C59

RGB

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

 GREEN value IS 60 (23.83% from 255) = 38.22%

 BLUE value IS 89 (35.16% from 255) = 56.69%

R = 5.1%
G = 38.22%
B = 56.69%

CMYK

 C value IS 0.91

 M value IS 0.33

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#083C59 (or 0x083C59) is known color: Prussian Blue. HEX triplet: 08, 3C and 59. RGB value is (8,60,89). Sum of RGB (Red+Green+Blue) = 8+60+89=157 (20% of max value = 765). Red value is 8 (3.52% from 255 or 5.10% from 157); Green value is 60 (23.83% from 255 or 38.22% from 157); Blue value is 89 (35.16% from 255 or 56.69% from 157); Max value from RGB is 89 - color contains mainly: blue. Hex color #083C59 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #083C59 is #F7C3A6. Grayscale: #2F2F2F. Windows color (decimal): -16237479 or 5848072. OLE color: 5848072.

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

Color convert

RGB 8 60 89 -
CMYK 0.91 0.33 0 0.65
HSL 201.48º 0.84% 0.19% -
HSV(B) 201.48º 0.91% 0.35% -
XYZ 3.52 4 10.04 -
YUV 47.76 151.27 99.64 -
System Red Green Blue C M Y K H S L
Decimal 8 60 89 0.91 0.33 0 0.65 201.48 0.84 0.19
Hex 8 3C 59 5B 21 0 41 C9 54 13
Octal 10 74 131 133 41 0 101 311 124 23
Binary 1000 111100 1011001 1011011 100001 0 1000001 11001001 1010100 10011

Color Harmonies of #083C59

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #083C59

Black with #083C59

Text Example


Text Example

White with #083C59

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(8,60,89); }

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

background-color css

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

 a { background-color: rgb(8,60,89); }

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

border-color css

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

 span { border-color: rgb(8,60,89); }

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