Html Css Color HEX #083152 Prussian Blue

📋 copy color: '#083152'

red 8 ◦ green 49 ◦ blue 82

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

Shades of Prussian Blue #083152

Tints of Prussian Blue #083152

RGB

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

 GREEN value IS 49 (19.53% from 255) = 35.25%

 BLUE value IS 82 (32.42% from 255) = 58.99%

R = 5.76%
G = 35.25%
B = 58.99%

CMYK

 C value IS 0.90

 M value IS 0.40

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#083152 (or 0x083152) is known color: Prussian Blue. HEX triplet: 08, 31 and 52. RGB value is (8,49,82). Sum of RGB (Red+Green+Blue) = 8+49+82=139 (18% of max value = 765). Red value is 8 (3.52% from 255 or 5.76% from 139); Green value is 49 (19.53% from 255 or 35.25% from 139); Blue value is 82 (32.42% from 255 or 58.99% from 139); Max value from RGB is 82 - color contains mainly: blue. Hex color #083152 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #083152 is #F7CEAD. Grayscale: #282828. Windows color (decimal): -16240302 or 5386504. OLE color: 5386504.

HSL color Cylindrical-coordinate representation of color #083152: hue angle of 206.76º degrees, saturation: 0.82, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #083152 is Cyan = 0.90, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB 8 49 82 -
CMYK 0.90 0.40 0 0.68
HSL 206.76º 0.82% 0.18% -
HSV(B) 206.76º 0.9% 0.32% -
XYZ 2.72 2.86 8.39 -
YUV 40.5 151.42 104.82 -
System Red Green Blue C M Y K H S L
Decimal 8 49 82 0.90 0.40 0 0.68 206.76 0.82 0.18
Hex 8 31 52 5A 28 0 44 CF 52 12
Octal 10 61 122 132 50 0 104 317 122 22
Binary 1000 110001 1010010 1011010 101000 0 1000100 11001111 1010010 10010

Color Harmonies of #083152

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #083152

Black with #083152

Text Example


Text Example

White with #083152

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #083152; }

 p { color: rgb(8,49,82); }

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

background-color css

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

 a { background-color: rgb(8,49,82); }

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

border-color css

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

 span { border-color: rgb(8,49,82); }

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