#08254B

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

Shades of Sapphire #08254B

Tints of Sapphire #08254B

Color information

#08254B (or 0x08254B) is unknown color: approx Sapphire. HEX triplet: 08, 25 and 4B. RGB value is (8,37,75). Sum of RGB (Red+Green+Blue) = 8+37+75=120 (15% of max value = 765). Red value is 8 (3.52% from 255 or 6.67% from 120); Green value is 37 (14.84% from 255 or 30.83% from 120); Blue value is 75 (29.69% from 255 or 62.5% from 120); Max value from RGB is 75 - color contains mainly: blue. Hex color #08254B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #08254B is #F7DAB4. Grayscale: #202020. Windows color (decimal): -16243381 or 4924680. OLE color: 4924680.

HSL color Cylindrical-coordinate representation of color #08254B: hue angle of 214.03º degrees, saturation: 0.81, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #08254B is Cyan = 0.89, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB83775-
CMYK0.890.5100.71
HSL214.03º80.72%16.27%-
HSV(B)214.03º89.33%29.41%-
XYZ2.031.886.91-
YUV32.66151.89110.41-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 6.67%
GREEN value IS 37 (14.84% from 255) = 30.83%
BLUE value IS 75 (29.69% from 255) = 62.5%
R=6.67%
G=30.83%
B=62.5%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal837750.890.5100.71214.0380.7216.27
Hex8254B5933047d65110
Octal104511313163010732612120
Binary1000100101100101110110011100110100011111010110101000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #08254B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #08254B; }

 p { color: rgb(8,37,75); }

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

<style>
 a { background-color: #08254B; }

 a { background-color: rgb(8,37,75); }

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

<style>
 span { border-color: #08254B; }

 span { border-color: rgb(8,37,75); }

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