#001248

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

Shades of Sapphire #001248

Tints of Sapphire #001248

Color information

#001248 (or 0x001248) is unknown color: approx Sapphire. HEX triplet: 00, 12 and 48. RGB value is (0,18,72). Sum of RGB (Red+Green+Blue) = 0+18+72=90 (11% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 90); Green value is 18 (7.42% from 255 or 20% from 90); Blue value is 72 (28.52% from 255 or 80% from 90); Max value from RGB is 72 - color contains mainly: blue. Hex color #001248 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #001248 is #FFEDB7. Grayscale: #121212. Windows color (decimal): -16772536 or 4723200. OLE color: 4723200.

HSL color Cylindrical-coordinate representation of color #001248: hue angle of 225º degrees, saturation: 1, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 1%. Process color model (Four color, CMYK) of #001248 is Cyan = 1, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB01872-
CMYK10.7500.72
HSL225º100%14.12%-
HSV(B)225º100%28.24%-
XYZ1.390.96.23-
YUV18.77158.04114.61-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 18 (7.42% from 255) = 20%
BLUE value IS 72 (28.52% from 255) = 80%
R=0%
G=20%
B=80%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal0187210.7500.7222510014.12
Hex01248644B048e164e
Octal022110144113011034114416
Binary010010100100011001001001011010010001110000111001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #001248

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #001248; }

 p { color: rgb(0,18,72); }

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

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

 a { background-color: rgb(0,18,72); }

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

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

 span { border-color: rgb(0,18,72); }

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