Html Css Color HEX #083760 Prussian Blue

📋 copy color: '#083760'

red 8 ◦ green 55 ◦ blue 96

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

Shades of Prussian Blue #083760

Tints of Prussian Blue #083760

RGB

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

 GREEN value IS 55 (21.88% from 255) = 34.59%

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

R = 5.03%
G = 34.59%
B = 60.38%

CMYK

 C value IS 0.92

 M value IS 0.43

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#083760 (or 0x083760) is known color: Prussian Blue. HEX triplet: 08, 37 and 60. RGB value is (8,55,96). Sum of RGB (Red+Green+Blue) = 8+55+96=159 (21% of max value = 765). Red value is 8 (3.52% from 255 or 5.03% from 159); Green value is 55 (21.88% from 255 or 34.59% from 159); Blue value is 96 (37.89% from 255 or 60.38% from 159); Max value from RGB is 96 - color contains mainly: blue. Hex color #083760 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #083760 is #F7C89F. Grayscale: #2D2D2D. Windows color (decimal): -16238752 or 6305544. OLE color: 6305544.

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

Color convert

RGB 8 55 96 -
CMYK 0.92 0.43 0 0.62
HSL 207.95º 0.85% 0.2% -
HSV(B) 207.95º 0.92% 0.38% -
XYZ 3.58 3.63 11.58 -
YUV 45.62 156.43 101.17 -
System Red Green Blue C M Y K H S L
Decimal 8 55 96 0.92 0.43 0 0.62 207.95 0.85 0.2
Hex 8 37 60 5C 2B 0 3E D0 55 14
Octal 10 67 140 134 53 0 76 320 125 24
Binary 1000 110111 1100000 1011100 101011 0 111110 11010000 1010101 10100

Color Harmonies of #083760

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #083760

Black with #083760

Text Example


Text Example

White with #083760

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #083760; }

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

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

background-color css

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

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

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

border-color css

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

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

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