Html Css Color HEX #083570 Prussian Blue

📋 copy color: '#083570'

red 8 ◦ green 53 ◦ blue 112

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

Shades of Prussian Blue #083570

Tints of Prussian Blue #083570

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 64.74%

R = 4.62%
G = 30.64%
B = 64.74%

CMYK

 C value IS 0.93

 M value IS 0.53

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#083570 (or 0x083570) is known color: Prussian Blue. HEX triplet: 08, 35 and 70. RGB value is (8,53,112). Sum of RGB (Red+Green+Blue) = 8+53+112=173 (22% of max value = 765). Red value is 8 (3.52% from 255 or 4.62% from 173); Green value is 53 (21.09% from 255 or 30.64% from 173); Blue value is 112 (44.14% from 255 or 64.74% from 173); Max value from RGB is 112 - color contains mainly: blue. Hex color #083570 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #083570 is #F7CA8F. Grayscale: #2D2D2D. Windows color (decimal): -16239248 or 7353608. OLE color: 7353608.

HSL color Cylindrical-coordinate representation of color #083570: hue angle of 214.04º degrees, saturation: 0.87, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #083570 is Cyan = 0.93, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 8 53 112 -
CMYK 0.93 0.53 0 0.56
HSL 214.04º 0.87% 0.24% -
HSV(B) 214.04º 0.93% 0.44% -
XYZ 4.3 3.77 15.83 -
YUV 46.27 165.09 100.7 -
System Red Green Blue C M Y K H S L
Decimal 8 53 112 0.93 0.53 0 0.56 214.04 0.87 0.24
Hex 8 35 70 5D 35 0 38 D6 57 18
Octal 10 65 160 135 65 0 70 326 127 30
Binary 1000 110101 1110000 1011101 110101 0 111000 11010110 1010111 11000

Color Harmonies of #083570

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #083570

Black with #083570

Text Example


Text Example

White with #083570

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #083570; }

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

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

background-color css

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

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

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

border-color css

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

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

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