Html Css Color HEX #082953 Sapphire

📋 copy color: '#082953'

red 8 ◦ green 41 ◦ blue 83

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

Shades of Sapphire #082953

Tints of Sapphire #082953

RGB

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

 GREEN value IS 41 (16.41% from 255) = 31.06%

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

R = 6.06%
G = 31.06%
B = 62.88%

CMYK

 C value IS 0.90

 M value IS 0.51

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#082953 (or 0x082953) is known color: Sapphire. HEX triplet: 08, 29 and 53. RGB value is (8,41,83). Sum of RGB (Red+Green+Blue) = 8+41+83=132 (17% of max value = 765). Red value is 8 (3.52% from 255 or 6.06% from 132); Green value is 41 (16.41% from 255 or 31.06% from 132); Blue value is 83 (32.81% from 255 or 62.88% from 132); Max value from RGB is 83 - color contains mainly: blue. Hex color #082953 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #082953 is #F7D6AC. Grayscale: #232323. Windows color (decimal): -16242349 or 5449992. OLE color: 5449992.

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

Color convert

RGB 8 41 83 -
CMYK 0.90 0.51 0 0.67
HSL 213.6º 0.82% 0.18% -
HSV(B) 213.6º 0.9% 0.33% -
XYZ 2.45 2.26 8.49 -
YUV 35.92 154.57 108.08 -
System Red Green Blue C M Y K H S L
Decimal 8 41 83 0.90 0.51 0 0.67 213.6 0.82 0.18
Hex 8 29 53 5A 33 0 43 D6 52 12
Octal 10 51 123 132 63 0 103 326 122 22
Binary 1000 101001 1010011 1011010 110011 0 1000011 11010110 1010010 10010

Color Harmonies of #082953

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #082953

Black with #082953

Text Example


Text Example

White with #082953

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #082953; }

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

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

background-color css

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

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

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

border-color css

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

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

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