Html Css Color HEX #082553 Sapphire

📋 copy color: '#082553'

red 8 ◦ green 37 ◦ blue 83

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

Shades of Sapphire #082553

Tints of Sapphire #082553

RGB

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

 GREEN value IS 37 (14.84% from 255) = 28.91%

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

R = 6.25%
G = 28.91%
B = 64.84%

CMYK

 C value IS 0.90

 M value IS 0.55

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#082553 (or 0x082553) is known color: Sapphire. HEX triplet: 08, 25 and 53. RGB value is (8,37,83). Sum of RGB (Red+Green+Blue) = 8+37+83=128 (16% of max value = 765). Red value is 8 (3.52% from 255 or 6.25% from 128); Green value is 37 (14.84% from 255 or 28.91% from 128); Blue value is 83 (32.81% from 255 or 64.84% from 128); Max value from RGB is 83 - color contains mainly: blue. Hex color #082553 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #082553 is #F7DAAC. Grayscale: #212121. Windows color (decimal): -16243373 or 5448968. OLE color: 5448968.

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

Color convert

RGB 8 37 83 -
CMYK 0.90 0.55 0 0.67
HSL 216.8º 0.82% 0.18% -
HSV(B) 216.8º 0.9% 0.33% -
XYZ 2.32 2 8.45 -
YUV 33.57 155.89 109.76 -
System Red Green Blue C M Y K H S L
Decimal 8 37 83 0.90 0.55 0 0.67 216.8 0.82 0.18
Hex 8 25 53 5A 37 0 43 D9 52 12
Octal 10 45 123 132 67 0 103 331 122 22
Binary 1000 100101 1010011 1011010 110111 0 1000011 11011001 1010010 10010

Color Harmonies of #082553

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #082553

Black with #082553

Text Example


Text Example

White with #082553

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #082553; }

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

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

background-color css

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

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

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

border-color css

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

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

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