Html Css Color HEX #083565 Prussian Blue

📋 copy color: '#083565'

red 8 ◦ green 53 ◦ blue 101

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

Shades of Prussian Blue #083565

Tints of Prussian Blue #083565

RGB

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

 GREEN value IS 53 (21.09% from 255) = 32.72%

 BLUE value IS 101 (39.84% from 255) = 62.35%

R = 4.94%
G = 32.72%
B = 62.35%

CMYK

 C value IS 0.92

 M value IS 0.48

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#083565 (or 0x083565) is known color: Prussian Blue. HEX triplet: 08, 35 and 65. RGB value is (8,53,101). Sum of RGB (Red+Green+Blue) = 8+53+101=162 (21% of max value = 765). Red value is 8 (3.52% from 255 or 4.94% from 162); Green value is 53 (21.09% from 255 or 32.72% from 162); Blue value is 101 (39.84% from 255 or 62.35% from 162); Max value from RGB is 101 - color contains mainly: blue. Hex color #083565 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #083565 is #F7CA9A. Grayscale: #2C2C2C. Windows color (decimal): -16239259 or 6632712. OLE color: 6632712.

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

Color convert

RGB 8 53 101 -
CMYK 0.92 0.48 0 0.60
HSL 210.97º 0.85% 0.21% -
HSV(B) 210.97º 0.92% 0.4% -
XYZ 3.72 3.54 12.8 -
YUV 45.02 159.59 101.6 -
System Red Green Blue C M Y K H S L
Decimal 8 53 101 0.92 0.48 0 0.60 210.97 0.85 0.21
Hex 8 35 65 5C 30 0 3C D3 55 15
Octal 10 65 145 134 60 0 74 323 125 25
Binary 1000 110101 1100101 1011100 110000 0 111100 11010011 1010101 10101

Color Harmonies of #083565

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #083565

Black with #083565

Text Example


Text Example

White with #083565

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #083565; }

 p { color: rgb(8,53,101); }

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

background-color css

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

 a { background-color: rgb(8,53,101); }

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

border-color css

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

 span { border-color: rgb(8,53,101); }

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