#08267D

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

Shades of Sapphire #08267D

Tints of Sapphire #08267D

Color information

#08267D (or 0x08267D) is unknown color: approx Sapphire. HEX triplet: 08, 26 and 7D. RGB value is (8,38,125). Sum of RGB (Red+Green+Blue) = 8+38+125=171 (22% of max value = 765). Red value is 8 (3.52% from 255 or 4.68% from 171); Green value is 38 (15.23% from 255 or 22.22% from 171); Blue value is 125 (49.22% from 255 or 73.10% from 171); Max value from RGB is 125 - color contains mainly: blue. Hex color #08267D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #08267D is #F7D982. Grayscale: #262626. Windows color (decimal): -16243075 or 8201736. OLE color: 8201736.

HSL color Cylindrical-coordinate representation of color #08267D: hue angle of 224.62º degrees, saturation: 0.88, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #08267D is Cyan = 0.94, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB838125-
CMYK0.940.7000.51
HSL224.62º87.97%26.08%-
HSV(B)224.62º93.6%49.02%-
XYZ4.492.9219.73-
YUV38.95176.56105.93-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 4.68%
GREEN value IS 38 (15.23% from 255) = 22.22%
BLUE value IS 125 (49.22% from 255) = 73.10%
R=4.68%
G=22.22%
B=73.10%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal8381250.940.7000.51224.6287.9726.08
Hex8267D5E46033e1581a
Octal104617513610606334113032
Binary1000100110111110110111101000110011001111100001101100011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #08267D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #08267D; }

 p { color: rgb(8,38,125); }

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

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

 a { background-color: rgb(8,38,125); }

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

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

 span { border-color: rgb(8,38,125); }

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