#001C7F

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

Shades of Sapphire #001C7F

Tints of Sapphire #001C7F

Color information

#001C7F (or 0x001C7F) is unknown color: approx Sapphire. HEX triplet: 00, 1C and 7F. RGB value is (0,28,127). Sum of RGB (Red+Green+Blue) = 0+28+127=155 (20% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 155); Green value is 28 (11.33% from 255 or 18.06% from 155); Blue value is 127 (50% from 255 or 81.94% from 155); Max value from RGB is 127 - color contains mainly: blue. Hex color #001C7F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #001C7F is #FFE380. Grayscale: #1E1E1E. Windows color (decimal): -16769921 or 8330240. OLE color: 8330240.

HSL color Cylindrical-coordinate representation of color #001C7F: hue angle of 226.77º degrees, saturation: 1, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 1%. Process color model (Four color, CMYK) of #001C7F is Cyan = 1, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB028127-
CMYK10.7800.50
HSL226.77º100%24.9%-
HSV(B)226.77º100%49.8%-
XYZ4.252.3620.31-
YUV30.91182.22105.95-

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) = 18.06%
BLUE value IS 127 (50% from 255) = 81.94%
R=0%
G=18.06%
B=81.94%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal02812710.7800.50226.7710024.9
Hex01C7F644E032e36419
Octal03417714411606234314431
Binary011100111111111001001001110011001011100011110010011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #001C7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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