Html Css Color HEX #083460 Prussian Blue

📋 copy color: '#083460'

red 8 ◦ green 52 ◦ blue 96

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

Shades of Prussian Blue #083460

Tints of Prussian Blue #083460

RGB

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

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

 BLUE value IS 96 (37.89% from 255) = 61.54%

R = 5.13%
G = 33.33%
B = 61.54%

CMYK

 C value IS 0.92

 M value IS 0.46

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#083460 (or 0x083460) is known color: Prussian Blue. HEX triplet: 08, 34 and 60. RGB value is (8,52,96). Sum of RGB (Red+Green+Blue) = 8+52+96=156 (20% of max value = 765). Red value is 8 (3.52% from 255 or 5.13% from 156); Green value is 52 (20.70% from 255 or 33.33% from 156); Blue value is 96 (37.89% from 255 or 61.54% from 156); Max value from RGB is 96 - color contains mainly: blue. Hex color #083460 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #083460 is #F7CB9F. Grayscale: #2B2B2B. Windows color (decimal): -16239520 or 6304776. OLE color: 6304776.

HSL color Cylindrical-coordinate representation of color #083460: hue angle of 210º degrees, saturation: 0.85, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #083460 is Cyan = 0.92, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 8 52 96 -
CMYK 0.92 0.46 0 0.62
HSL 210º 0.85% 0.2% -
HSV(B) 210º 0.92% 0.38% -
XYZ 3.44 3.35 11.53 -
YUV 43.86 157.42 102.42 -
System Red Green Blue C M Y K H S L
Decimal 8 52 96 0.92 0.46 0 0.62 210 0.85 0.2
Hex 8 34 60 5C 2E 0 3E D2 55 14
Octal 10 64 140 134 56 0 76 322 125 24
Binary 1000 110100 1100000 1011100 101110 0 111110 11010010 1010101 10100

Color Harmonies of #083460

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #083460

Black with #083460

Text Example


Text Example

White with #083460

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #083460; }

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

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

background-color css

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

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

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

border-color css

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

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

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