Html Css Color HEX #083575 Prussian Blue

📋 copy color: '#083575'

red 8 ◦ green 53 ◦ blue 117

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

Shades of Prussian Blue #083575

Tints of Prussian Blue #083575

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 65.73%

R = 4.49%
G = 29.78%
B = 65.73%

CMYK

 C value IS 0.93

 M value IS 0.55

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#083575 (or 0x083575) is known color: Prussian Blue. HEX triplet: 08, 35 and 75. RGB value is (8,53,117). Sum of RGB (Red+Green+Blue) = 8+53+117=178 (23% of max value = 765). Red value is 8 (3.52% from 255 or 4.49% from 178); Green value is 53 (21.09% from 255 or 29.78% from 178); Blue value is 117 (46.09% from 255 or 65.73% from 178); Max value from RGB is 117 - color contains mainly: blue. Hex color #083575 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #083575 is #F7CA8A. Grayscale: #2E2E2E. Windows color (decimal): -16239243 or 7681288. OLE color: 7681288.

HSL color Cylindrical-coordinate representation of color #083575: hue angle of 215.23º degrees, saturation: 0.87, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #083575 is Cyan = 0.93, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 8 53 117 -
CMYK 0.93 0.55 0 0.54
HSL 215.23º 0.87% 0.25% -
HSV(B) 215.23º 0.93% 0.46% -
XYZ 4.58 3.88 17.34 -
YUV 46.84 167.59 100.3 -
System Red Green Blue C M Y K H S L
Decimal 8 53 117 0.93 0.55 0 0.54 215.23 0.87 0.25
Hex 8 35 75 5D 37 0 36 D7 57 19
Octal 10 65 165 135 67 0 66 327 127 31
Binary 1000 110101 1110101 1011101 110111 0 110110 11010111 1010111 11001

Color Harmonies of #083575

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #083575

Black with #083575

Text Example


Text Example

White with #083575

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #083575; }

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

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

background-color css

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

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

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

border-color css

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

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

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