#001249

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

Shades of Sapphire #001249

Tints of Sapphire #001249

Color information

#001249 (or 0x001249) is unknown color: approx Sapphire. HEX triplet: 00, 12 and 49. RGB value is (0,18,73). Sum of RGB (Red+Green+Blue) = 0+18+73=91 (12% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 91); Green value is 18 (7.42% from 255 or 19.78% from 91); Blue value is 73 (28.91% from 255 or 80.22% from 91); Max value from RGB is 73 - color contains mainly: blue. Hex color #001249 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #001249 is #FFEDB6. Grayscale: #121212. Windows color (decimal): -16772535 or 4788736. OLE color: 4788736.

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

Color convert

RGB01873-
CMYK10.7500.71
HSL225.21º100%14.31%-
HSV(B)225.21º100%28.63%-
XYZ1.420.916.4-
YUV18.89158.54114.53-

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) = 19.78%
BLUE value IS 73 (28.91% from 255) = 80.22%
R=0%
G=19.78%
B=80.22%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal0187310.7500.71225.2110014.31
Hex01249644B047e164e
Octal022111144113010734114416
Binary010010100100111001001001011010001111110000111001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #001249

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #001249; }

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

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

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

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

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

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

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

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