Html Css Color HEX #082551 Sapphire

📋 copy color: '#082551'

red 8 ◦ green 37 ◦ blue 81

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

Shades of Sapphire #082551

Tints of Sapphire #082551

RGB

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

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

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

R = 6.35%
G = 29.37%
B = 64.29%

CMYK

 C value IS 0.90

 M value IS 0.54

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#082551 (or 0x082551) is known color: Sapphire. HEX triplet: 08, 25 and 51. RGB value is (8,37,81). Sum of RGB (Red+Green+Blue) = 8+37+81=126 (16% of max value = 765). Red value is 8 (3.52% from 255 or 6.35% from 126); Green value is 37 (14.84% from 255 or 29.37% from 126); Blue value is 81 (32.03% from 255 or 64.29% from 126); Max value from RGB is 81 - color contains mainly: blue. Hex color #082551 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #082551 is #F7DAAE. Grayscale: #212121. Windows color (decimal): -16243375 or 5317896. OLE color: 5317896.

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

Color convert

RGB 8 37 81 -
CMYK 0.90 0.54 0 0.68
HSL 216.16º 0.82% 0.17% -
HSV(B) 216.16º 0.9% 0.32% -
XYZ 2.25 1.97 8.05 -
YUV 33.35 154.89 109.92 -
System Red Green Blue C M Y K H S L
Decimal 8 37 81 0.90 0.54 0 0.68 216.16 0.82 0.17
Hex 8 25 51 5A 36 0 44 D8 52 11
Octal 10 45 121 132 66 0 104 330 122 21
Binary 1000 100101 1010001 1011010 110110 0 1000100 11011000 1010010 10001

Color Harmonies of #082551

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #082551

Black with #082551

Text Example


Text Example

White with #082551

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #082551; }

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

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

background-color css

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

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

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

border-color css

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

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

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