#08234E

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

Shades of Sapphire #08234E

Tints of Sapphire #08234E

Color information

#08234E (or 0x08234E) is unknown color: approx Sapphire. HEX triplet: 08, 23 and 4E. RGB value is (8,35,78). Sum of RGB (Red+Green+Blue) = 8+35+78=121 (16% of max value = 765). Red value is 8 (3.52% from 255 or 6.61% from 121); Green value is 35 (14.06% from 255 or 28.93% from 121); Blue value is 78 (30.86% from 255 or 64.46% from 121); Max value from RGB is 78 - color contains mainly: blue. Hex color #08234E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #08234E is #F7DCB1. Grayscale: #1F1F1F. Windows color (decimal): -16243890 or 5120776. OLE color: 5120776.

HSL color Cylindrical-coordinate representation of color #08234E: hue angle of 216.86º degrees, saturation: 0.81, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #08234E is Cyan = 0.90, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB83578-
CMYK0.900.5500.69
HSL216.86º81.4%16.86%-
HSV(B)216.86º89.74%30.59%-
XYZ2.081.87.45-
YUV31.83154.05111-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 6.61%
GREEN value IS 35 (14.06% from 255) = 28.93%
BLUE value IS 78 (30.86% from 255) = 64.46%
R=6.61%
G=28.93%
B=64.46%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal835780.900.5500.69216.8681.416.86
Hex8234E5A37045d95111
Octal104311613267010533112121
Binary1000100011100111010110101101110100010111011001101000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #08234E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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