Html Css Color HEX #083370 Prussian Blue

📋 copy color: '#083370'

red 8 ◦ green 51 ◦ blue 112

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

Shades of Prussian Blue #083370

Tints of Prussian Blue #083370

RGB

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

 GREEN value IS 51 (20.31% from 255) = 29.82%

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

R = 4.68%
G = 29.82%
B = 65.5%

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

#083370 (or 0x083370) is known color: Prussian Blue. HEX triplet: 08, 33 and 70. RGB value is (8,51,112). Sum of RGB (Red+Green+Blue) = 8+51+112=171 (22% of max value = 765). Red value is 8 (3.52% from 255 or 4.68% from 171); Green value is 51 (20.31% from 255 or 29.82% from 171); Blue value is 112 (44.14% from 255 or 65.50% from 171); Max value from RGB is 112 - color contains mainly: blue. Hex color #083370 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #083370 is #F7CC8F. Grayscale: #2C2C2C. Windows color (decimal): -16239760 or 7353096. OLE color: 7353096.

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

Color convert

RGB 8 51 112 -
CMYK 0.93 0.54 0 0.56
HSL 215.19º 0.87% 0.24% -
HSV(B) 215.19º 0.93% 0.44% -
XYZ 4.21 3.59 15.8 -
YUV 45.1 165.75 101.54 -
System Red Green Blue C M Y K H S L
Decimal 8 51 112 0.93 0.54 0 0.56 215.19 0.87 0.24
Hex 8 33 70 5D 36 0 38 D7 57 18
Octal 10 63 160 135 66 0 70 327 127 30
Binary 1000 110011 1110000 1011101 110110 0 111000 11010111 1010111 11000

Color Harmonies of #083370

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #083370

Black with #083370

Text Example


Text Example

White with #083370

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #083370; }

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

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

background-color css

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

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

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

border-color css

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

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

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