Html Css Color HEX #082751 Sapphire

📋 copy color: '#082751'

red 8 ◦ green 39 ◦ blue 81

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

Shades of Sapphire #082751

Tints of Sapphire #082751

RGB

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

 GREEN value IS 39 (15.63% from 255) = 30.47%

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

R = 6.25%
G = 30.47%
B = 63.28%

CMYK

 C value IS 0.90

 M value IS 0.52

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#082751 (or 0x082751) is known color: Sapphire. HEX triplet: 08, 27 and 51. RGB value is (8,39,81). Sum of RGB (Red+Green+Blue) = 8+39+81=128 (16% of max value = 765). Red value is 8 (3.52% from 255 or 6.25% from 128); Green value is 39 (15.62% from 255 or 30.47% from 128); Blue value is 81 (32.03% from 255 or 63.28% from 128); Max value from RGB is 81 - color contains mainly: blue. Hex color #082751 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #082751 is #F7D8AE. Grayscale: #222222. Windows color (decimal): -16242863 or 5318408. OLE color: 5318408.

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

Color convert

RGB 8 39 81 -
CMYK 0.90 0.52 0 0.68
HSL 214.52º 0.82% 0.17% -
HSV(B) 214.52º 0.9% 0.32% -
XYZ 2.31 2.1 8.07 -
YUV 34.52 154.23 109.08 -
System Red Green Blue C M Y K H S L
Decimal 8 39 81 0.90 0.52 0 0.68 214.52 0.82 0.17
Hex 8 27 51 5A 34 0 44 D7 52 11
Octal 10 47 121 132 64 0 104 327 122 21
Binary 1000 100111 1010001 1011010 110100 0 1000100 11010111 1010010 10001

Color Harmonies of #082751

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #082751

Black with #082751

Text Example


Text Example

White with #082751

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #082751; }

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

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

background-color css

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

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

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

border-color css

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

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

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