Html Css Color HEX #083053 Prussian Blue

📋 copy color: '#083053'

red 8 ◦ green 48 ◦ blue 83

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

Shades of Prussian Blue #083053

Tints of Prussian Blue #083053

RGB

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

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

 BLUE value IS 83 (32.81% from 255) = 59.71%

R = 5.76%
G = 34.53%
B = 59.71%

CMYK

 C value IS 0.90

 M value IS 0.42

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#083053 (or 0x083053) is known color: Prussian Blue. HEX triplet: 08, 30 and 53. RGB value is (8,48,83). Sum of RGB (Red+Green+Blue) = 8+48+83=139 (18% of max value = 765). Red value is 8 (3.52% from 255 or 5.76% from 139); Green value is 48 (19.14% from 255 or 34.53% from 139); Blue value is 83 (32.81% from 255 or 59.71% from 139); Max value from RGB is 83 - color contains mainly: blue. Hex color #083053 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #083053 is #F7CFAC. Grayscale: #272727. Windows color (decimal): -16240557 or 5451784. OLE color: 5451784.

HSL color Cylindrical-coordinate representation of color #083053: hue angle of 208º degrees, saturation: 0.82, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #083053 is Cyan = 0.90, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB 8 48 83 -
CMYK 0.90 0.42 0 0.67
HSL 208º 0.82% 0.18% -
HSV(B) 208º 0.9% 0.33% -
XYZ 2.72 2.79 8.58 -
YUV 40.03 152.25 105.15 -
System Red Green Blue C M Y K H S L
Decimal 8 48 83 0.90 0.42 0 0.67 208 0.82 0.18
Hex 8 30 53 5A 2A 0 43 D0 52 12
Octal 10 60 123 132 52 0 103 320 122 22
Binary 1000 110000 1010011 1011010 101010 0 1000011 11010000 1010010 10010

Color Harmonies of #083053

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #083053

Black with #083053

Text Example


Text Example

White with #083053

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #083053; }

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

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

background-color css

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

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

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

border-color css

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

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

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