Html Css Color HEX #083470 Prussian Blue

📋 copy color: '#083470'

red 8 ◦ green 52 ◦ blue 112

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

Shades of Prussian Blue #083470

Tints of Prussian Blue #083470

RGB

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

 GREEN value IS 52 (20.7% from 255) = 30.23%

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

R = 4.65%
G = 30.23%
B = 65.12%

CMYK

 C value IS 0.93

 M value IS 0.54

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#083470 (or 0x083470) is known color: Prussian Blue. HEX triplet: 08, 34 and 70. RGB value is (8,52,112). Sum of RGB (Red+Green+Blue) = 8+52+112=172 (22% of max value = 765). Red value is 8 (3.52% from 255 or 4.65% from 172); Green value is 52 (20.70% from 255 or 30.23% from 172); Blue value is 112 (44.14% from 255 or 65.12% from 172); Max value from RGB is 112 - color contains mainly: blue. Hex color #083470 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #083470 is #F7CB8F. Grayscale: #2D2D2D. Windows color (decimal): -16239504 or 7353352. OLE color: 7353352.

HSL color Cylindrical-coordinate representation of color #083470: hue angle of 214.62º 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 #083470 is Cyan = 0.93, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 8 52 112 -
CMYK 0.93 0.54 0 0.56
HSL 214.62º 0.87% 0.24% -
HSV(B) 214.62º 0.93% 0.44% -
XYZ 4.25 3.68 15.81 -
YUV 45.68 165.42 101.12 -
System Red Green Blue C M Y K H S L
Decimal 8 52 112 0.93 0.54 0 0.56 214.62 0.87 0.24
Hex 8 34 70 5D 36 0 38 D7 57 18
Octal 10 64 160 135 66 0 70 327 127 30
Binary 1000 110100 1110000 1011101 110110 0 111000 11010111 1010111 11000

Color Harmonies of #083470

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #083470

Black with #083470

Text Example


Text Example

White with #083470

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #083470; }

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

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

background-color css

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

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

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

border-color css

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

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

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