#08234F

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

Shades of Sapphire #08234F

Tints of Sapphire #08234F

Color information

#08234F (or 0x08234F) is unknown color: approx Sapphire. HEX triplet: 08, 23 and 4F. RGB value is (8,35,79). Sum of RGB (Red+Green+Blue) = 8+35+79=122 (16% of max value = 765). Red value is 8 (3.52% from 255 or 6.56% from 122); Green value is 35 (14.06% from 255 or 28.69% from 122); Blue value is 79 (31.25% from 255 or 64.75% from 122); Max value from RGB is 79 - color contains mainly: blue. Hex color #08234F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #08234F is #F7DCB0. Grayscale: #1F1F1F. Windows color (decimal): -16243889 or 5186312. OLE color: 5186312.

HSL color Cylindrical-coordinate representation of color #08234F: hue angle of 217.18º degrees, saturation: 0.82, 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 #08234F is Cyan = 0.90, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB83579-
CMYK0.900.5600.69
HSL217.18º81.61%17.06%-
HSV(B)217.18º89.87%30.98%-
XYZ2.111.827.64-
YUV31.94154.55110.92-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 6.56%
GREEN value IS 35 (14.06% from 255) = 28.69%
BLUE value IS 79 (31.25% from 255) = 64.75%
R=6.56%
G=28.69%
B=64.75%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal835790.900.5600.69217.1881.6117.06
Hex8234F5A38045d95211
Octal104311713270010533112221
Binary1000100011100111110110101110000100010111011001101001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #08234F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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