Html Css Color HEX #083163 Prussian Blue

📋 copy color: '#083163'

red 8 ◦ green 49 ◦ blue 99

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

Shades of Prussian Blue #083163

Tints of Prussian Blue #083163

RGB

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

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

 BLUE value IS 99 (39.06% from 255) = 63.46%

R = 5.13%
G = 31.41%
B = 63.46%

CMYK

 C value IS 0.92

 M value IS 0.51

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#083163 (or 0x083163) is known color: Prussian Blue. HEX triplet: 08, 31 and 63. RGB value is (8,49,99). Sum of RGB (Red+Green+Blue) = 8+49+99=156 (20% of max value = 765). Red value is 8 (3.52% from 255 or 5.13% from 156); Green value is 49 (19.53% from 255 or 31.41% from 156); Blue value is 99 (39.06% from 255 or 63.46% from 156); Max value from RGB is 99 - color contains mainly: blue. Hex color #083163 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #083163 is #F7CE9C. Grayscale: #2A2A2A. Windows color (decimal): -16240285 or 6500616. OLE color: 6500616.

HSL color Cylindrical-coordinate representation of color #083163: hue angle of 212.97º degrees, saturation: 0.85, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #083163 is Cyan = 0.92, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB 8 49 99 -
CMYK 0.92 0.51 0 0.61
HSL 212.97º 0.85% 0.21% -
HSV(B) 212.97º 0.92% 0.39% -
XYZ 3.45 3.15 12.23 -
YUV 42.44 159.92 103.43 -
System Red Green Blue C M Y K H S L
Decimal 8 49 99 0.92 0.51 0 0.61 212.97 0.85 0.21
Hex 8 31 63 5C 33 0 3D D5 55 15
Octal 10 61 143 134 63 0 75 325 125 25
Binary 1000 110001 1100011 1011100 110011 0 111101 11010101 1010101 10101

Color Harmonies of #083163

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #083163

Black with #083163

Text Example


Text Example

White with #083163

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #083163; }

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

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

background-color css

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

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

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

border-color css

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

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

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