Html Css Color HEX #083463 Prussian Blue

📋 copy color: '#083463'

red 8 ◦ green 52 ◦ blue 99

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

Shades of Prussian Blue #083463

Tints of Prussian Blue #083463

RGB

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

 GREEN value IS 52 (20.7% from 255) = 32.7%

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

R = 5.03%
G = 32.7%
B = 62.26%

CMYK

 C value IS 0.92

 M value IS 0.47

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#083463 (or 0x083463) is known color: Prussian Blue. HEX triplet: 08, 34 and 63. RGB value is (8,52,99). Sum of RGB (Red+Green+Blue) = 8+52+99=159 (21% of max value = 765). Red value is 8 (3.52% from 255 or 5.03% from 159); Green value is 52 (20.70% from 255 or 32.70% from 159); Blue value is 99 (39.06% from 255 or 62.26% from 159); Max value from RGB is 99 - color contains mainly: blue. Hex color #083463 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #083463 is #F7CB9C. Grayscale: #2B2B2B. Windows color (decimal): -16239517 or 6501384. OLE color: 6501384.

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

Color convert

RGB 8 52 99 -
CMYK 0.92 0.47 0 0.61
HSL 210.99º 0.85% 0.21% -
HSV(B) 210.99º 0.92% 0.39% -
XYZ 3.58 3.41 12.27 -
YUV 44.2 158.92 102.18 -
System Red Green Blue C M Y K H S L
Decimal 8 52 99 0.92 0.47 0 0.61 210.99 0.85 0.21
Hex 8 34 63 5C 2F 0 3D D3 55 15
Octal 10 64 143 134 57 0 75 323 125 25
Binary 1000 110100 1100011 1011100 101111 0 111101 11010011 1010101 10101

Color Harmonies of #083463

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #083463

Black with #083463

Text Example


Text Example

White with #083463

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #083463; }

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

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

background-color css

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

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

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

border-color css

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

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

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