Html Css Color HEX #082151 Sapphire

📋 copy color: '#082151'

red 8 ◦ green 33 ◦ blue 81

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

Shades of Sapphire #082151

Tints of Sapphire #082151

RGB

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

 GREEN value IS 33 (13.28% from 255) = 27.05%

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

R = 6.56%
G = 27.05%
B = 66.39%

CMYK

 C value IS 0.90

 M value IS 0.59

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#082151 (or 0x082151) is known color: Sapphire. HEX triplet: 08, 21 and 51. RGB value is (8,33,81). Sum of RGB (Red+Green+Blue) = 8+33+81=122 (16% of max value = 765). Red value is 8 (3.52% from 255 or 6.56% from 122); Green value is 33 (13.28% from 255 or 27.05% from 122); Blue value is 81 (32.03% from 255 or 66.39% from 122); Max value from RGB is 81 - color contains mainly: blue. Hex color #082151 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #082151 is #F7DEAE. Grayscale: #1E1E1E. Windows color (decimal): -16244399 or 5316872. OLE color: 5316872.

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

Color convert

RGB 8 33 81 -
CMYK 0.90 0.59 0 0.68
HSL 219.45º 0.82% 0.17% -
HSV(B) 219.45º 0.9% 0.32% -
XYZ 2.13 1.73 8.01 -
YUV 31 156.22 111.6 -
System Red Green Blue C M Y K H S L
Decimal 8 33 81 0.90 0.59 0 0.68 219.45 0.82 0.17
Hex 8 21 51 5A 3B 0 44 DB 52 11
Octal 10 41 121 132 73 0 104 333 122 21
Binary 1000 100001 1010001 1011010 111011 0 1000100 11011011 1010010 10001

Color Harmonies of #082151

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #082151

Black with #082151

Text Example


Text Example

White with #082151

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #082151; }

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

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

background-color css

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

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

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

border-color css

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

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

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