#001C68

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

Shades of Sapphire #001C68

Tints of Sapphire #001C68

Color information

#001C68 (or 0x001C68) is unknown color: approx Sapphire. HEX triplet: 00, 1C and 68. RGB value is (0,28,104). Sum of RGB (Red+Green+Blue) = 0+28+104=132 (17% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 132); Green value is 28 (11.33% from 255 or 21.21% from 132); Blue value is 104 (41.02% from 255 or 78.79% from 132); Max value from RGB is 104 - color contains mainly: blue. Hex color #001C68 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #001C68 is #FFE397. Grayscale: #1B1B1B. Windows color (decimal): -16769944 or 6822912. OLE color: 6822912.

HSL color Cylindrical-coordinate representation of color #001C68: hue angle of 223.85º degrees, saturation: 1, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 1%. Process color model (Four color, CMYK) of #001C68 is Cyan = 1, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB028104-
CMYK10.7300.59
HSL223.85º100%20.39%-
HSV(B)223.85º100%40.78%-
XYZ2.911.8313.3-
YUV28.29170.72107.82-

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) = 21.21%
BLUE value IS 104 (41.02% from 255) = 78.79%
R=0%
G=21.21%
B=78.79%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal02810410.7300.59223.8510020.39
Hex01C68644903Be06414
Octal03415014411107334014424
Binary011100110100011001001001001011101111100000110010010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #001C68

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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