#010F48

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

Shades of Sapphire #010F48

Tints of Sapphire #010F48

Color information

#010F48 (or 0x010F48) is unknown color: approx Sapphire. HEX triplet: 01, 0F and 48. RGB value is (1,15,72). Sum of RGB (Red+Green+Blue) = 1+15+72=88 (11% of max value = 765). Red value is 1 (0.78% from 255 or 1.14% from 88); Green value is 15 (6.25% from 255 or 17.05% from 88); Blue value is 72 (28.52% from 255 or 81.82% from 88); Max value from RGB is 72 - color contains mainly: blue. Hex color #010F48 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #010F48 is #FEF0B7. Grayscale: #111111. Windows color (decimal): -16707768 or 4722433. OLE color: 4722433.

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

Color convert

RGB11572-
CMYK0.990.7900.72
HSL228.17º97.26%14.31%-
HSV(B)228.17º98.61%28.24%-
XYZ1.350.826.22-
YUV17.31158.86116.37-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 1.14%
GREEN value IS 15 (6.25% from 255) = 17.05%
BLUE value IS 72 (28.52% from 255) = 81.82%
R=1.14%
G=17.05%
B=81.82%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal115720.990.7900.72228.1797.2614.31
Hex1F48634F048e461e
Octal117110143117011034414116
Binary11111100100011000111001111010010001110010011000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #010F48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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