#001C71

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

Shades of Sapphire #001C71

Tints of Sapphire #001C71

Color information

#001C71 (or 0x001C71) is unknown color: approx Sapphire. HEX triplet: 00, 1C and 71. RGB value is (0,28,113). Sum of RGB (Red+Green+Blue) = 0+28+113=141 (18% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 141); Green value is 28 (11.33% from 255 or 19.86% from 141); Blue value is 113 (44.53% from 255 or 80.14% from 141); Max value from RGB is 113 - color contains mainly: blue. Hex color #001C71 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #001C71 is #FFE38E. Grayscale: #1C1C1C. Windows color (decimal): -16769935 or 7412736. OLE color: 7412736.

HSL color Cylindrical-coordinate representation of color #001C71: hue angle of 225.13º degrees, saturation: 1, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 1%. Process color model (Four color, CMYK) of #001C71 is Cyan = 1, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB028113-
CMYK10.7500.56
HSL225.13º100%22.16%-
HSV(B)225.13º100%44.31%-
XYZ3.42.0215.83-
YUV29.32175.22107.09-

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) = 19.86%
BLUE value IS 113 (44.53% from 255) = 80.14%
R=0%
G=19.86%
B=80.14%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal02811310.7500.56225.1310022.16
Hex01C71644B038e16416
Octal03416114411307034114426
Binary011100111000111001001001011011100011100001110010010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #001C71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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