Html Css Color HEX #083C5D Prussian Blue

📋 copy color: '#083C5D'

red 8 ◦ green 60 ◦ blue 93

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

Shades of Prussian Blue #083C5D

Tints of Prussian Blue #083C5D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 57.76%

R = 4.97%
G = 37.27%
B = 57.76%

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

#083C5D (or 0x083C5D) is known color: Prussian Blue. HEX triplet: 08, 3C and 5D. RGB value is (8,60,93). Sum of RGB (Red+Green+Blue) = 8+60+93=161 (21% of max value = 765). Red value is 8 (3.52% from 255 or 4.97% from 161); Green value is 60 (23.83% from 255 or 37.27% from 161); Blue value is 93 (36.72% from 255 or 57.76% from 161); Max value from RGB is 93 - color contains mainly: blue. Hex color #083C5D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #083C5D is #F7C3A2. Grayscale: #303030. Windows color (decimal): -16237475 or 6110216. OLE color: 6110216.

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

Color convert

RGB 8 60 93 -
CMYK 0.91 0.35 0 0.64
HSL 203.29º 0.84% 0.2% -
HSV(B) 203.29º 0.91% 0.36% -
XYZ 3.69 4.07 10.95 -
YUV 48.21 153.27 99.32 -
System Red Green Blue C M Y K H S L
Decimal 8 60 93 0.91 0.35 0 0.64 203.29 0.84 0.2
Hex 8 3C 5D 5B 23 0 40 CB 54 14
Octal 10 74 135 133 43 0 100 313 124 24
Binary 1000 111100 1011101 1011011 100011 0 1000000 11001011 1010100 10100

Color Harmonies of #083C5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #083C5D

Black with #083C5D

Text Example


Text Example

White with #083C5D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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