#001748

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

Shades of Sapphire #001748

Tints of Sapphire #001748

Color information

#001748 (or 0x001748) is unknown color: approx Sapphire. HEX triplet: 00, 17 and 48. RGB value is (0,23,72). Sum of RGB (Red+Green+Blue) = 0+23+72=95 (12% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 95); Green value is 23 (9.38% from 255 or 24.21% from 95); Blue value is 72 (28.52% from 255 or 75.79% from 95); Max value from RGB is 72 - color contains mainly: blue. Hex color #001748 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #001748 is #FFE8B7. Grayscale: #151515. Windows color (decimal): -16771256 or 4724480. OLE color: 4724480.

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

Color convert

RGB02372-
CMYK10.6800.72
HSL220.83º100%14.12%-
HSV(B)220.83º100%28.24%-
XYZ1.481.086.26-
YUV21.71156.38112.52-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 23 (9.38% from 255) = 24.21%
BLUE value IS 72 (28.52% from 255) = 75.79%
R=0%
G=24.21%
B=75.79%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal0237210.6800.72220.8310014.12
Hex017486444048dd64e
Octal027110144104011033514416
Binary010111100100011001001000100010010001101110111001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #001748

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #001748; }

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

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

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

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

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

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

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

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