#082369

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

Shades of Sapphire #082369

Tints of Sapphire #082369

Color information

#082369 (or 0x082369) is unknown color: approx Sapphire. HEX triplet: 08, 23 and 69. RGB value is (8,35,105). Sum of RGB (Red+Green+Blue) = 8+35+105=148 (19% of max value = 765). Red value is 8 (3.52% from 255 or 5.41% from 148); Green value is 35 (14.06% from 255 or 23.65% from 148); Blue value is 105 (41.41% from 255 or 70.95% from 148); Max value from RGB is 105 - color contains mainly: blue. Hex color #082369 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #082369 is #F7DC96. Grayscale: #222222. Windows color (decimal): -16243863 or 6890248. OLE color: 6890248.

HSL color Cylindrical-coordinate representation of color #082369: hue angle of 223.3º degrees, saturation: 0.86, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #082369 is Cyan = 0.92, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB835105-
CMYK0.920.6700.59
HSL223.3º85.84%22.16%-
HSV(B)223.3º92.38%41.18%-
XYZ3.252.2713.63-
YUV34.91167.55108.81-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 5.41%
GREEN value IS 35 (14.06% from 255) = 23.65%
BLUE value IS 105 (41.41% from 255) = 70.95%
R=5.41%
G=23.65%
B=70.95%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal8351050.920.6700.59223.385.8422.16
Hex823695C4303Bdf5616
Octal104315113410307333712626
Binary1000100011110100110111001000011011101111011111101011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #082369

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #082369; }

 p { color: rgb(8,35,105); }

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

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

 a { background-color: rgb(8,35,105); }

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

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

 span { border-color: rgb(8,35,105); }

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