#08246A

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

Shades of Sapphire #08246A

Tints of Sapphire #08246A

Color information

#08246A (or 0x08246A) is unknown color: approx Sapphire. HEX triplet: 08, 24 and 6A. RGB value is (8,36,106). Sum of RGB (Red+Green+Blue) = 8+36+106=150 (19% of max value = 765). Red value is 8 (3.52% from 255 or 5.33% from 150); Green value is 36 (14.45% from 255 or 24% from 150); Blue value is 106 (41.80% from 255 or 70.67% from 150); Max value from RGB is 106 - color contains mainly: blue. Hex color #08246A is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #08246A is #F7DB95. Grayscale: #232323. Windows color (decimal): -16243606 or 6956040. OLE color: 6956040.

HSL color Cylindrical-coordinate representation of color #08246A: hue angle of 222.86º degrees, saturation: 0.86, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #08246A is Cyan = 0.92, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB836106-
CMYK0.920.6600.58
HSL222.86º85.96%22.35%-
HSV(B)222.86º92.45%41.57%-
XYZ3.332.3513.91-
YUV35.61167.72108.31-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 5.33%
GREEN value IS 36 (14.45% from 255) = 24%
BLUE value IS 106 (41.80% from 255) = 70.67%
R=5.33%
G=24%
B=70.67%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal8361060.920.6600.58222.8685.9622.35
Hex8246A5C4203Adf5616
Octal104415213410207233712626
Binary1000100100110101010111001000010011101011011111101011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #08246A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #08246A; }

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

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

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

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

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

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

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

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