#001C48

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

Shades of Sapphire #001C48

Tints of Sapphire #001C48

Color information

#001C48 (or 0x001C48) is unknown color: approx Sapphire. HEX triplet: 00, 1C and 48. RGB value is (0,28,72). Sum of RGB (Red+Green+Blue) = 0+28+72=100 (13% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 100); Green value is 28 (11.33% from 255 or 28% from 100); Blue value is 72 (28.52% from 255 or 72% from 100); Max value from RGB is 72 - color contains mainly: blue. Hex color #001C48 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #001C48 is #FFE3B7. Grayscale: #181818. Windows color (decimal): -16769976 or 4725760. OLE color: 4725760.

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

Color convert

RGB02872-
CMYK10.6100.72
HSL216.67º100%14.12%-
HSV(B)216.67º100%28.24%-
XYZ1.581.36.3-
YUV24.64154.72110.42-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 28 (11.33% from 255) = 28%
BLUE value IS 72 (28.52% from 255) = 72%
R=0%
G=28%
B=72%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal0287210.6100.72216.6710014.12
Hex01C48643D048d964e
Octal03411014475011033114416
Binary01110010010001100100111101010010001101100111001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #001C48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #001C48; }

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

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

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

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

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

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

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

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