#001C6E

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

Shades of Sapphire #001C6E

Tints of Sapphire #001C6E

Color information

#001C6E (or 0x001C6E) is unknown color: approx Sapphire. HEX triplet: 00, 1C and 6E. RGB value is (0,28,110). Sum of RGB (Red+Green+Blue) = 0+28+110=138 (18% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 138); Green value is 28 (11.33% from 255 or 20.29% from 138); Blue value is 110 (43.36% from 255 or 79.71% from 138); Max value from RGB is 110 - color contains mainly: blue. Hex color #001C6E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #001C6E is #FFE391. Grayscale: #1C1C1C. Windows color (decimal): -16769938 or 7216128. OLE color: 7216128.

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

Color convert

RGB028110-
CMYK10.7500.57
HSL224.73º100%21.57%-
HSV(B)224.73º100%43.14%-
XYZ3.231.9614.96-
YUV28.98173.72107.33-

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.29%
BLUE value IS 110 (43.36% from 255) = 79.71%
R=0%
G=20.29%
B=79.71%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal02811010.7500.57224.7310021.57
Hex01C6E644B039e16416
Octal03415614411307134114426
Binary011100110111011001001001011011100111100001110010010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #001C6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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