#082C6F

Color #082C6F Sapphire (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Sapphire #082C6F

Tints of Sapphire #082C6F

Color information

#082C6F (or 0x082C6F) is unknown color: approx Sapphire. HEX triplet: 08, 2C and 6F. RGB value is (8,44,111). Sum of RGB (Red+Green+Blue) = 8+44+111=163 (21% of max value = 765). Red value is 8 (3.52% from 255 or 4.91% from 163); Green value is 44 (17.58% from 255 or 26.99% from 163); Blue value is 111 (43.75% from 255 or 68.10% from 163); Max value from RGB is 111 - color contains mainly: blue. Hex color #082C6F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #082C6F is #F7D390. Grayscale: #282828. Windows color (decimal): -16241553 or 7285768. OLE color: 7285768.

HSL color Cylindrical-coordinate representation of color #082C6F: hue angle of 219.03º degrees, saturation: 0.87, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #082C6F is Cyan = 0.93, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB844111-
CMYK0.930.6000.56
HSL219.03º86.55%23.33%-
HSV(B)219.03º92.79%43.53%-
XYZ3.87315.41-
YUV40.87167.57104.55-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 4.91%
GREEN value IS 44 (17.58% from 255) = 26.99%
BLUE value IS 111 (43.75% from 255) = 68.10%
R=4.91%
G=26.99%
B=68.10%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal8441110.930.6000.56219.0386.5523.33
Hex82C6F5D3C038db5717
Octal10541571357407033312727
Binary100010110011011111011101111100011100011011011101011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #082C6F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #082C6F; }

 p { color: rgb(8,44,111); }

 H1.HeaderClassName
 {
   color: #082C6F;
 }
 .AnyTagClassName
 {
   color: #082C6F;
 }
</style>
background-color css

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

 a { background-color: rgb(8,44,111); }

 div.DivClassName
 {
   background-color: #082C6F;
 }
 .BgClassName
 {
   background-color: #082C6F;
 }
</style>
border-color css

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

 span { border-color: rgb(8,44,111); }

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