#001C6B

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

Shades of Sapphire #001C6B

Tints of Sapphire #001C6B

Color information

#001C6B (or 0x001C6B) is unknown color: approx Sapphire. HEX triplet: 00, 1C and 6B. RGB value is (0,28,107). Sum of RGB (Red+Green+Blue) = 0+28+107=135 (17% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 135); Green value is 28 (11.33% from 255 or 20.74% from 135); Blue value is 107 (42.19% from 255 or 79.26% from 135); Max value from RGB is 107 - color contains mainly: blue. Hex color #001C6B is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #001C6B is #FFE394. Grayscale: #1C1C1C. Windows color (decimal): -16769941 or 7019520. OLE color: 7019520.

HSL color Cylindrical-coordinate representation of color #001C6B: hue angle of 224.3º degrees, saturation: 1, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 1%. Process color model (Four color, CMYK) of #001C6B is Cyan = 1, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB028107-
CMYK10.7400.58
HSL224.3º100%20.98%-
HSV(B)224.3º100%41.96%-
XYZ3.071.8914.11-
YUV28.63172.22107.58-

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) = 20.74%
BLUE value IS 107 (42.19% from 255) = 79.26%
R=0%
G=20.74%
B=79.26%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal02810710.7400.58224.310020.98
Hex01C6B644A03Ae06415
Octal03415314411207234014425
Binary011100110101111001001001010011101011100000110010010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #001C6B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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