#000F48

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

Shades of Sapphire #000F48

Tints of Sapphire #000F48

Color information

#000F48 (or 0x000F48) is unknown color: approx Sapphire. HEX triplet: 00, 0F and 48. RGB value is (0,15,72). Sum of RGB (Red+Green+Blue) = 0+15+72=87 (11% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 87); Green value is 15 (6.25% from 255 or 17.24% from 87); Blue value is 72 (28.52% from 255 or 82.76% from 87); Max value from RGB is 72 - color contains mainly: blue. Hex color #000F48 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #000F48 is #FFF0B7. Grayscale: #101010. Windows color (decimal): -16773304 or 4722432. OLE color: 4722432.

HSL color Cylindrical-coordinate representation of color #000F48: hue angle of 227.5º 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 #000F48 is Cyan = 1, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB01572-
CMYK10.7900.72
HSL227.5º100%14.12%-
HSV(B)227.5º100%28.24%-
XYZ1.340.816.22-
YUV17.01159.03115.87-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 15 (6.25% from 255) = 17.24%
BLUE value IS 72 (28.52% from 255) = 82.76%
R=0%
G=17.24%
B=82.76%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal0157210.7900.72227.510014.12
Hex0F48644F048e464e
Octal017110144117011034414416
Binary01111100100011001001001111010010001110010011001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #000F48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #000F48; }

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

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

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

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

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

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

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

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