Html Css Color HEX #083558 Prussian Blue

📋 copy color: '#083558'

red 8 ◦ green 53 ◦ blue 88

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

Shades of Prussian Blue #083558

Tints of Prussian Blue #083558

RGB

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

 GREEN value IS 53 (21.09% from 255) = 35.57%

 BLUE value IS 88 (34.77% from 255) = 59.06%

R = 5.37%
G = 35.57%
B = 59.06%

CMYK

 C value IS 0.91

 M value IS 0.40

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#083558 (or 0x083558) is known color: Prussian Blue. HEX triplet: 08, 35 and 58. RGB value is (8,53,88). Sum of RGB (Red+Green+Blue) = 8+53+88=149 (19% of max value = 765). Red value is 8 (3.52% from 255 or 5.37% from 149); Green value is 53 (21.09% from 255 or 35.57% from 149); Blue value is 88 (34.77% from 255 or 59.06% from 149); Max value from RGB is 88 - color contains mainly: blue. Hex color #083558 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #083558 is #F7CAA7. Grayscale: #2B2B2B. Windows color (decimal): -16239272 or 5780744. OLE color: 5780744.

HSL color Cylindrical-coordinate representation of color #083558: hue angle of 206.25º degrees, saturation: 0.83, 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 #083558 is Cyan = 0.91, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 8 53 88 -
CMYK 0.91 0.40 0 0.65
HSL 206.25º 0.83% 0.19% -
HSV(B) 206.25º 0.91% 0.35% -
XYZ 3.13 3.3 9.7 -
YUV 43.54 153.09 102.65 -
System Red Green Blue C M Y K H S L
Decimal 8 53 88 0.91 0.40 0 0.65 206.25 0.83 0.19
Hex 8 35 58 5B 28 0 41 CE 53 13
Octal 10 65 130 133 50 0 101 316 123 23
Binary 1000 110101 1011000 1011011 101000 0 1000001 11001110 1010011 10011

Color Harmonies of #083558

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #083558

Black with #083558

Text Example


Text Example

White with #083558

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #083558; }

 p { color: rgb(8,53,88); }

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

background-color css

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

 a { background-color: rgb(8,53,88); }

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

border-color css

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

 span { border-color: rgb(8,53,88); }

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