Html Css Color HEX #083064 Prussian Blue

📋 copy color: '#083064'

red 8 ◦ green 48 ◦ blue 100

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

Shades of Prussian Blue #083064

Tints of Prussian Blue #083064

RGB

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

 GREEN value IS 48 (19.14% from 255) = 30.77%

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

R = 5.13%
G = 30.77%
B = 64.1%

CMYK

 C value IS 0.92

 M value IS 0.52

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#083064 (or 0x083064) is known color: Prussian Blue. HEX triplet: 08, 30 and 64. RGB value is (8,48,100). Sum of RGB (Red+Green+Blue) = 8+48+100=156 (20% of max value = 765). Red value is 8 (3.52% from 255 or 5.13% from 156); Green value is 48 (19.14% from 255 or 30.77% from 156); Blue value is 100 (39.45% from 255 or 64.10% from 156); Max value from RGB is 100 - color contains mainly: blue. Hex color #083064 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #083064 is #F7CF9B. Grayscale: #292929. Windows color (decimal): -16240540 or 6565896. OLE color: 6565896.

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

Color convert

RGB 8 48 100 -
CMYK 0.92 0.52 0 0.61
HSL 213.91º 0.85% 0.21% -
HSV(B) 213.91º 0.92% 0.39% -
XYZ 3.46 3.09 12.47 -
YUV 41.97 160.75 103.77 -
System Red Green Blue C M Y K H S L
Decimal 8 48 100 0.92 0.52 0 0.61 213.91 0.85 0.21
Hex 8 30 64 5C 34 0 3D D6 55 15
Octal 10 60 144 134 64 0 75 326 125 25
Binary 1000 110000 1100100 1011100 110100 0 111101 11010110 1010101 10101

Color Harmonies of #083064

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #083064

Black with #083064

Text Example


Text Example

White with #083064

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #083064; }

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

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

background-color css

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

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

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

border-color css

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

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

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