#001148

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

Shades of Sapphire #001148

Tints of Sapphire #001148

Color information

#001148 (or 0x001148) is unknown color: approx Sapphire. HEX triplet: 00, 11 and 48. RGB value is (0,17,72). Sum of RGB (Red+Green+Blue) = 0+17+72=89 (11% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 89); Green value is 17 (7.03% from 255 or 19.10% from 89); Blue value is 72 (28.52% from 255 or 80.90% from 89); Max value from RGB is 72 - color contains mainly: blue. Hex color #001148 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #001148 is #FFEEB7. Grayscale: #111111. Windows color (decimal): -16772792 or 4722944. OLE color: 4722944.

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

Color convert

RGB01772-
CMYK10.7600.72
HSL225.83º100%14.12%-
HSV(B)225.83º100%28.24%-
XYZ1.370.876.23-
YUV18.19158.37115.03-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 17 (7.03% from 255) = 19.10%
BLUE value IS 72 (28.52% from 255) = 80.90%
R=0%
G=19.10%
B=80.90%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal0177210.7600.72225.8310014.12
Hex01148644C048e264e
Octal021110144114011034214416
Binary010001100100011001001001100010010001110001011001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #001148

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #001148; }

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

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

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

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

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

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

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

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