Html Css Color HEX #083270 Prussian Blue

📋 copy color: '#083270'

red 8 ◦ green 50 ◦ blue 112

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

Shades of Prussian Blue #083270

Tints of Prussian Blue #083270

RGB

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

 GREEN value IS 50 (19.92% from 255) = 29.41%

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

R = 4.71%
G = 29.41%
B = 65.88%

CMYK

 C value IS 0.93

 M value IS 0.55

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#083270 (or 0x083270) is known color: Prussian Blue. HEX triplet: 08, 32 and 70. RGB value is (8,50,112). Sum of RGB (Red+Green+Blue) = 8+50+112=170 (22% of max value = 765). Red value is 8 (3.52% from 255 or 4.71% from 170); Green value is 50 (19.92% from 255 or 29.41% from 170); Blue value is 112 (44.14% from 255 or 65.88% from 170); Max value from RGB is 112 - color contains mainly: blue. Hex color #083270 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #083270 is #F7CD8F. Grayscale: #2C2C2C. Windows color (decimal): -16240016 or 7352840. OLE color: 7352840.

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

Color convert

RGB 8 50 112 -
CMYK 0.93 0.55 0 0.56
HSL 215.77º 0.87% 0.24% -
HSV(B) 215.77º 0.93% 0.44% -
XYZ 4.17 3.5 15.79 -
YUV 44.51 166.09 101.96 -
System Red Green Blue C M Y K H S L
Decimal 8 50 112 0.93 0.55 0 0.56 215.77 0.87 0.24
Hex 8 32 70 5D 37 0 38 D8 57 18
Octal 10 62 160 135 67 0 70 330 127 30
Binary 1000 110010 1110000 1011101 110111 0 111000 11011000 1010111 11000

Color Harmonies of #083270

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #083270

Black with #083270

Text Example


Text Example

White with #083270

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #083270; }

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

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

background-color css

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

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

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

border-color css

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

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

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