Html Css Color HEX #082053 Sapphire

📋 copy color: '#082053'

red 8 ◦ green 32 ◦ blue 83

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

Shades of Sapphire #082053

Tints of Sapphire #082053

RGB

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

 GREEN value IS 32 (12.89% from 255) = 26.02%

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

R = 6.5%
G = 26.02%
B = 67.48%

CMYK

 C value IS 0.90

 M value IS 0.61

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#082053 (or 0x082053) is known color: Sapphire. HEX triplet: 08, 20 and 53. RGB value is (8,32,83). Sum of RGB (Red+Green+Blue) = 8+32+83=123 (16% of max value = 765). Red value is 8 (3.52% from 255 or 6.50% from 123); Green value is 32 (12.89% from 255 or 26.02% from 123); Blue value is 83 (32.81% from 255 or 67.48% from 123); Max value from RGB is 83 - color contains mainly: blue. Hex color #082053 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #082053 is #F7DFAC. Grayscale: #1E1E1E. Windows color (decimal): -16244653 or 5447688. OLE color: 5447688.

HSL color Cylindrical-coordinate representation of color #082053: hue angle of 220.8º 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 #082053 is Cyan = 0.90, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB 8 32 83 -
CMYK 0.90 0.61 0 0.67
HSL 220.8º 0.82% 0.18% -
HSV(B) 220.8º 0.9% 0.33% -
XYZ 2.18 1.71 8.4 -
YUV 30.64 157.55 111.85 -
System Red Green Blue C M Y K H S L
Decimal 8 32 83 0.90 0.61 0 0.67 220.8 0.82 0.18
Hex 8 20 53 5A 3D 0 43 DD 52 12
Octal 10 40 123 132 75 0 103 335 122 22
Binary 1000 100000 1010011 1011010 111101 0 1000011 11011101 1010010 10010

Color Harmonies of #082053

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #082053

Black with #082053

Text Example


Text Example

White with #082053

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #082053; }

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

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

background-color css

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

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

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

border-color css

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

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

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