#08276E

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

Shades of Sapphire #08276E

Tints of Sapphire #08276E

Color information

#08276E (or 0x08276E) is unknown color: approx Sapphire. HEX triplet: 08, 27 and 6E. RGB value is (8,39,110). Sum of RGB (Red+Green+Blue) = 8+39+110=157 (20% of max value = 765). Red value is 8 (3.52% from 255 or 5.10% from 157); Green value is 39 (15.62% from 255 or 24.84% from 157); Blue value is 110 (43.36% from 255 or 70.06% from 157); Max value from RGB is 110 - color contains mainly: blue. Hex color #08276E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #08276E is #F7D891. Grayscale: #252525. Windows color (decimal): -16242834 or 7218952. OLE color: 7218952.

HSL color Cylindrical-coordinate representation of color #08276E: hue angle of 221.76º degrees, saturation: 0.86, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #08276E is Cyan = 0.93, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB839110-
CMYK0.930.6500.57
HSL221.76º86.44%23.14%-
HSV(B)221.76º92.73%43.14%-
XYZ3.642.6315.07-
YUV37.82168.73106.73-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 5.10%
GREEN value IS 39 (15.62% from 255) = 24.84%
BLUE value IS 110 (43.36% from 255) = 70.06%
R=5.10%
G=24.84%
B=70.06%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal8391100.930.6500.57221.7686.4423.14
Hex8276E5D41039de5617
Octal104715613510107133612627
Binary1000100111110111010111011000001011100111011110101011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #08276E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #08276E; }

 p { color: rgb(8,39,110); }

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

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

 a { background-color: rgb(8,39,110); }

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

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

 span { border-color: rgb(8,39,110); }

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