Html Css Color HEX #083164 Prussian Blue

📋 copy color: '#083164'

red 8 ◦ green 49 ◦ blue 100

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

Shades of Prussian Blue #083164

Tints of Prussian Blue #083164

RGB

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

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

 BLUE value IS 100 (39.45% from 255) = 63.69%

R = 5.1%
G = 31.21%
B = 63.69%

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

#083164 (or 0x083164) is known color: Prussian Blue. HEX triplet: 08, 31 and 64. RGB value is (8,49,100). Sum of RGB (Red+Green+Blue) = 8+49+100=157 (20% of max value = 765). Red value is 8 (3.52% from 255 or 5.10% from 157); Green value is 49 (19.53% from 255 or 31.21% from 157); Blue value is 100 (39.45% from 255 or 63.69% from 157); Max value from RGB is 100 - color contains mainly: blue. Hex color #083164 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #083164 is #F7CE9B. Grayscale: #2A2A2A. Windows color (decimal): -16240284 or 6566152. OLE color: 6566152.

HSL color Cylindrical-coordinate representation of color #083164: hue angle of 213.26º 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 #083164 is Cyan = 0.92, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB 8 49 100 -
CMYK 0.92 0.51 0 0.61
HSL 213.26º 0.85% 0.21% -
HSV(B) 213.26º 0.92% 0.39% -
XYZ 3.5 3.17 12.48 -
YUV 42.56 160.42 103.35 -
System Red Green Blue C M Y K H S L
Decimal 8 49 100 0.92 0.51 0 0.61 213.26 0.85 0.21
Hex 8 31 64 5C 33 0 3D D5 55 15
Octal 10 61 144 134 63 0 75 325 125 25
Binary 1000 110001 1100100 1011100 110011 0 111101 11010101 1010101 10101

Color Harmonies of #083164

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #083164

Black with #083164

Text Example


Text Example

White with #083164

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #083164; }

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

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

background-color css

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

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

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

border-color css

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

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

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