Html Css Color HEX #083063 Prussian Blue

📋 copy color: '#083063'

red 8 ◦ green 48 ◦ blue 99

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

Shades of Prussian Blue #083063

Tints of Prussian Blue #083063

RGB

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

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

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

R = 5.16%
G = 30.97%
B = 63.87%

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

#083063 (or 0x083063) is known color: Prussian Blue. HEX triplet: 08, 30 and 63. RGB value is (8,48,99). Sum of RGB (Red+Green+Blue) = 8+48+99=155 (20% of max value = 765). Red value is 8 (3.52% from 255 or 5.16% from 155); Green value is 48 (19.14% from 255 or 30.97% from 155); Blue value is 99 (39.06% from 255 or 63.87% from 155); Max value from RGB is 99 - color contains mainly: blue. Hex color #083063 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #083063 is #F7CF9C. Grayscale: #292929. Windows color (decimal): -16240541 or 6500360. OLE color: 6500360.

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

Color convert

RGB 8 48 99 -
CMYK 0.92 0.52 0 0.61
HSL 213.63º 0.85% 0.21% -
HSV(B) 213.63º 0.92% 0.39% -
XYZ 3.41 3.07 12.22 -
YUV 41.85 160.25 103.85 -
System Red Green Blue C M Y K H S L
Decimal 8 48 99 0.92 0.52 0 0.61 213.63 0.85 0.21
Hex 8 30 63 5C 34 0 3D D6 55 15
Octal 10 60 143 134 64 0 75 326 125 25
Binary 1000 110000 1100011 1011100 110100 0 111101 11010110 1010101 10101

Color Harmonies of #083063

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #083063

Black with #083063

Text Example


Text Example

White with #083063

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #083063; }

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

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

background-color css

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

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

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

border-color css

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

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

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