Html Css Color HEX #083051 Prussian Blue

📋 copy color: '#083051'

red 8 ◦ green 48 ◦ blue 81

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

Shades of Prussian Blue #083051

Tints of Prussian Blue #083051

RGB

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

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

 BLUE value IS 81 (32.03% from 255) = 59.12%

R = 5.84%
G = 35.04%
B = 59.12%

CMYK

 C value IS 0.90

 M value IS 0.41

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#083051 (or 0x083051) is known color: Prussian Blue. HEX triplet: 08, 30 and 51. RGB value is (8,48,81). Sum of RGB (Red+Green+Blue) = 8+48+81=137 (18% of max value = 765). Red value is 8 (3.52% from 255 or 5.84% from 137); Green value is 48 (19.14% from 255 or 35.04% from 137); Blue value is 81 (32.03% from 255 or 59.12% from 137); Max value from RGB is 81 - color contains mainly: blue. Hex color #083051 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #083051 is #F7CFAE. Grayscale: #272727. Windows color (decimal): -16240559 or 5320712. OLE color: 5320712.

HSL color Cylindrical-coordinate representation of color #083051: hue angle of 207.12º degrees, saturation: 0.82, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #083051 is Cyan = 0.90, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB 8 48 81 -
CMYK 0.90 0.41 0 0.68
HSL 207.12º 0.82% 0.17% -
HSV(B) 207.12º 0.9% 0.32% -
XYZ 2.64 2.76 8.18 -
YUV 39.8 151.25 105.32 -
System Red Green Blue C M Y K H S L
Decimal 8 48 81 0.90 0.41 0 0.68 207.12 0.82 0.17
Hex 8 30 51 5A 29 0 44 CF 52 11
Octal 10 60 121 132 51 0 104 317 122 21
Binary 1000 110000 1010001 1011010 101001 0 1000100 11001111 1010010 10001

Color Harmonies of #083051

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #083051

Black with #083051

Text Example


Text Example

White with #083051

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #083051; }

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

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

background-color css

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

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

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

border-color css

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

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

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