Html Css Color HEX #083065 Prussian Blue

📋 copy color: '#083065'

red 8 ◦ green 48 ◦ blue 101

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

Shades of Prussian Blue #083065

Tints of Prussian Blue #083065

RGB

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

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

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

R = 5.1%
G = 30.57%
B = 64.33%

CMYK

 C value IS 0.92

 M value IS 0.52

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#083065 (or 0x083065) is known color: Prussian Blue. HEX triplet: 08, 30 and 65. RGB value is (8,48,101). Sum of RGB (Red+Green+Blue) = 8+48+101=157 (20% of max value = 765). Red value is 8 (3.52% from 255 or 5.10% from 157); Green value is 48 (19.14% from 255 or 30.57% from 157); Blue value is 101 (39.84% from 255 or 64.33% from 157); Max value from RGB is 101 - color contains mainly: blue. Hex color #083065 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #083065 is #F7CF9A. Grayscale: #292929. Windows color (decimal): -16240539 or 6631432. OLE color: 6631432.

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

Color convert

RGB 8 48 101 -
CMYK 0.92 0.52 0 0.60
HSL 214.19º 0.85% 0.21% -
HSV(B) 214.19º 0.92% 0.4% -
XYZ 3.51 3.11 12.73 -
YUV 42.08 161.25 103.69 -
System Red Green Blue C M Y K H S L
Decimal 8 48 101 0.92 0.52 0 0.60 214.19 0.85 0.21
Hex 8 30 65 5C 34 0 3C D6 55 15
Octal 10 60 145 134 64 0 74 326 125 25
Binary 1000 110000 1100101 1011100 110100 0 111100 11010110 1010101 10101

Color Harmonies of #083065

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #083065

Black with #083065

Text Example


Text Example

White with #083065

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #083065; }

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

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

background-color css

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

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

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

border-color css

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

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

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