#001C4A

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

Shades of Sapphire #001C4A

Tints of Sapphire #001C4A

Color information

#001C4A (or 0x001C4A) is unknown color: approx Sapphire. HEX triplet: 00, 1C and 4A. RGB value is (0,28,74). Sum of RGB (Red+Green+Blue) = 0+28+74=102 (13% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 102); Green value is 28 (11.33% from 255 or 27.45% from 102); Blue value is 74 (29.30% from 255 or 72.55% from 102); Max value from RGB is 74 - color contains mainly: blue. Hex color #001C4A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #001C4A is #FFE3B5. Grayscale: #181818. Windows color (decimal): -16769974 or 4856832. OLE color: 4856832.

HSL color Cylindrical-coordinate representation of color #001C4A: hue angle of 217.3º degrees, saturation: 1, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 1%. Process color model (Four color, CMYK) of #001C4A is Cyan = 1, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB02874-
CMYK10.6200.71
HSL217.3º100%14.51%-
HSV(B)217.3º100%29.02%-
XYZ1.651.326.65-
YUV24.87155.72110.26-

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) = 27.45%
BLUE value IS 74 (29.30% from 255) = 72.55%
R=0%
G=27.45%
B=72.55%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal0287410.6200.71217.310014.51
Hex01C4A643E047d964f
Octal03411214476010733114417
Binary01110010010101100100111110010001111101100111001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #001C4A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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