#082469

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

Shades of Sapphire #082469

Tints of Sapphire #082469

Color information

#082469 (or 0x082469) is unknown color: approx Sapphire. HEX triplet: 08, 24 and 69. RGB value is (8,36,105). Sum of RGB (Red+Green+Blue) = 8+36+105=149 (19% of max value = 765). Red value is 8 (3.52% from 255 or 5.37% from 149); Green value is 36 (14.45% from 255 or 24.16% from 149); Blue value is 105 (41.41% from 255 or 70.47% from 149); Max value from RGB is 105 - color contains mainly: blue. Hex color #082469 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #082469 is #F7DB96. Grayscale: #232323. Windows color (decimal): -16243607 or 6890504. OLE color: 6890504.

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

Color convert

RGB836105-
CMYK0.920.6600.59
HSL222.68º85.84%22.16%-
HSV(B)222.68º92.38%41.18%-
XYZ3.282.3313.64-
YUV35.49167.22108.39-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 5.37%
GREEN value IS 36 (14.45% from 255) = 24.16%
BLUE value IS 105 (41.41% from 255) = 70.47%
R=5.37%
G=24.16%
B=70.47%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal8361050.920.6600.59222.6885.8422.16
Hex824695C4203Bdf5616
Octal104415113410207333712626
Binary1000100100110100110111001000010011101111011111101011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #082469

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #082469; }

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

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

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

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

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

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

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

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