Html Css Color HEX #083153 Prussian Blue

📋 copy color: '#083153'

red 8 ◦ green 49 ◦ blue 83

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

Shades of Prussian Blue #083153

Tints of Prussian Blue #083153

RGB

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

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

 BLUE value IS 83 (32.81% from 255) = 59.29%

R = 5.71%
G = 35%
B = 59.29%

CMYK

 C value IS 0.90

 M value IS 0.41

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#083153 (or 0x083153) is known color: Prussian Blue. HEX triplet: 08, 31 and 53. RGB value is (8,49,83). Sum of RGB (Red+Green+Blue) = 8+49+83=140 (18% of max value = 765). Red value is 8 (3.52% from 255 or 5.71% from 140); Green value is 49 (19.53% from 255 or 35% from 140); Blue value is 83 (32.81% from 255 or 59.29% from 140); Max value from RGB is 83 - color contains mainly: blue. Hex color #083153 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #083153 is #F7CEAC. Grayscale: #282828. Windows color (decimal): -16240301 or 5452040. OLE color: 5452040.

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

Color convert

RGB 8 49 83 -
CMYK 0.90 0.41 0 0.67
HSL 207.2º 0.82% 0.18% -
HSV(B) 207.2º 0.9% 0.33% -
XYZ 2.76 2.87 8.59 -
YUV 40.62 151.92 104.74 -
System Red Green Blue C M Y K H S L
Decimal 8 49 83 0.90 0.41 0 0.67 207.2 0.82 0.18
Hex 8 31 53 5A 29 0 43 CF 52 12
Octal 10 61 123 132 51 0 103 317 122 22
Binary 1000 110001 1010011 1011010 101001 0 1000011 11001111 1010010 10010

Color Harmonies of #083153

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #083153

Black with #083153

Text Example


Text Example

White with #083153

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #083153; }

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

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

background-color css

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

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

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

border-color css

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

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

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